Skip to content
Snippets Groups Projects
Commit 31e9f39f authored by Nick Kralevich's avatar Nick Kralevich
Browse files

logd.te: Remove setting persist.sys. and sys.powerctl

As of system/core commit a742d1027784a54c535cff69b375a9f560893155, this
functionality is no longer used.

Test: device boots and no obvious problems.
Change-Id: Ia3ad8add92f1cdaaff36f4935be8b03458fed7f2
parent d1228f2e
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,6 @@ userdebug_or_eng(` ...@@ -22,10 +22,6 @@ userdebug_or_eng(`
allow logd pstorefs:dir search; allow logd pstorefs:dir search;
allow logd pstorefs:file r_file_perms; allow logd pstorefs:file r_file_perms;
# Set persist.sys. and sys.powerctl
set_prop(logd, safemode_prop)
set_prop(logd, powerctl_prop)
# Access device logging gating property # Access device logging gating property
get_prop(logd, device_logging_prop) get_prop(logd, device_logging_prop)
userdebug_or_eng(`get_prop(logd, logpersistd_logging_prop)') userdebug_or_eng(`get_prop(logd, logpersistd_logging_prop)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment