From 7cbd31cb53847fe5f56e6e51859117ca789f2d10 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Mon, 26 Sep 2022 13:59:13 +0900 Subject: [PATCH 1/2] Skip AVF benchmark on EVT1.0 devices Because running benchmarks both on EVT1.0 devices and later devices cause benchmark noises. Bug: 248386237 Test: atest MicrodroidBenchmarks Change-Id: Ib50058e3fe84f388409473efe84096b0ef4b72e9 --- conf/init.panther.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/init.panther.rc b/conf/init.panther.rc index d786cf3..5d36c84 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -18,3 +18,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # it should be written by the system init. on property:ro.boot.hardware.sku=G03Z5 setprop audio.camerasound.force true + +on property:ro.boot.revision=EVT1.0 + setprop debug.avf.benchmark.skip true From 3d9bff5dd529b46802e2c6ff84f395b863b8b5a7 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Mon, 26 Sep 2022 08:43:29 +0000 Subject: [PATCH 2/2] Revert "Skip AVF benchmark on EVT1.0 devices" This reverts commit 7cbd31cb53847fe5f56e6e51859117ca789f2d10. Reason for revert: ag/20024596 Change-Id: Id72ed0197c7e8eeac44c7cadfd9d3591bce5a32b --- conf/init.panther.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/init.panther.rc b/conf/init.panther.rc index 5d36c84..d786cf3 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -18,6 +18,3 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # it should be written by the system init. on property:ro.boot.hardware.sku=G03Z5 setprop audio.camerasound.force true - -on property:ro.boot.revision=EVT1.0 - setprop debug.avf.benchmark.skip true