From e67e08b092aa47a38c2a08aa3e7f1581fd0876a7 Mon Sep 17 00:00:00 2001 From: Kevin DuBois Date: Fri, 4 Nov 2022 19:50:02 +0000 Subject: [PATCH] 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 --- conf/init.zuma.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/init.zuma.rc b/conf/init.zuma.rc index cf87ff95..35eba857 100644 --- a/conf/init.zuma.rc +++ b/conf/init.zuma.rc @@ -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