Set pKVM metrics tag
Performance of pKVM differs between hardware revisions. Set AVF's debug property on A0 chips to separate benchmark results from each other. Bug: 266183966 Test: getprop | grep 'debug.hypervisor.metrics_tag' Change-Id: Ic7c048e1209bf957cef2373b92dc2e9de2733a9c
This commit is contained in:
parent
e3b095dbde
commit
3900802833
1 changed files with 9 additions and 0 deletions
|
@ -31,3 +31,12 @@ on property:power.battery_input.suspended=false
|
|||
on post-fs-data
|
||||
chown bluetooth system /dev/logbuffer_btlpm
|
||||
chown bluetooth system /dev/logbuffer_tty18
|
||||
|
||||
# pKVM performance is different on A0 and B0 chips.
|
||||
# Add extra tag to metrics collected on A0 to separate the results.
|
||||
on property:ro.revision=PROTO1.0
|
||||
setprop debug.hypervisor.metrics_tag "hwrev_a0"
|
||||
on property:ro.revision=PROTO1.1
|
||||
setprop debug.hypervisor.metrics_tag "hwrev_a0"
|
||||
on property:ro.revision=EVT1.0
|
||||
setprop debug.hypervisor.metrics_tag "hwrev_a0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue