zuma: disable GPU fw log
Disable GPU fw log. This incurs performance penalty when left on. Bug: 228779790 Test: benchmark before and after setting this switch Change-Id: I4c9717b0915b85a18d0feb5044ecc56843137fcc
This commit is contained in:
parent
e08adf8bb2
commit
e67e08b092
1 changed files with 3 additions and 0 deletions
|
@ -777,6 +777,9 @@ on property:sys.boot_completed=1
|
|||
# write serialno to battery path for pairing
|
||||
write /sys/class/power_supply/battery/dev_sn ${ro.boot.serialno}
|
||||
|
||||
# Disable GPU firmware logging
|
||||
write /sys/devices/platform/1f000000.mali/firmware_config/Log\ verbosity/cur 0
|
||||
|
||||
# IMS WiFi Calling
|
||||
service charonservice /system/vendor/bin/charon
|
||||
class main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue