STOPSHIP: proc.uidcpupower reflector for experiments am: 1437d38b52 am: 33c59636f6

am: 456690f063

Change-Id: I5fab6ed361c6e7bf3a7674565b3eb4d7adb83021
This commit is contained in:
Marissa Wall
2018-01-25 03:37:23 +00:00
committed by android-build-merger
2 changed files with 8 additions and 0 deletions

View File

@@ -780,6 +780,13 @@ on property:persist.radio.atfwd.start=true
on property:persist.radio.atfwd.start=false
stop vendor.atfwd
# b/68982314
on property:proc.uidcpupower=*
write /proc/uid_cpupower/enable 1
on property:proc.uidcpupower=0
write /proc/uid_cpupower/enable 0
# bugreport is triggered by holding down volume down, volume up and power
service bugreport /system/bin/dumpstate -d -p -B -z \
-o /data/user_de/0/com.android.shell/files/bugreports/bugreport

View File

@@ -16,6 +16,7 @@ allow vendor_init {
}:file { create getattr open read write setattr relabelfrom unlink };
allow vendor_init debugfs_clk:file w_file_perms;
allow vendor_init proc_uid_cpupower:file write;
dontaudit vendor_init kernel:system module_request;
set_prop(vendor_init, bluetooth_prop)