Allow radio vendor apps to modify slog props.
Radio vendor silent logging app needs access to the vendor slog properties in order to configure logging. Bug: 184102091 Test: Check vendor silent logging app works. Change-Id: I1a7c590b80d94c0b147743372ba3cd1a0817baf3
This commit is contained in:
parent
606a9ea28d
commit
022de778ed
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ app_domain(vendor_telephony_app)
|
||||||
get_prop(vendor_telephony_app, vendor_rild_prop)
|
get_prop(vendor_telephony_app, vendor_rild_prop)
|
||||||
get_prop(vendor_telephony_app, vendor_persist_sys_default_prop)
|
get_prop(vendor_telephony_app, vendor_persist_sys_default_prop)
|
||||||
set_prop(vendor_telephony_app, vendor_modem_prop)
|
set_prop(vendor_telephony_app, vendor_modem_prop)
|
||||||
|
set_prop(vendor_telephony_app, vendor_slog_prop)
|
||||||
r_dir_file(vendor_telephony_app, system_app_data_file)
|
r_dir_file(vendor_telephony_app, system_app_data_file)
|
||||||
r_dir_file(vendor_telephony_app, vendor_slog_file)
|
r_dir_file(vendor_telephony_app, vendor_slog_file)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue