diff --git a/conf/init.debug.rc b/conf/init.debug.rc index 282acd40..77fd49bd 100644 --- a/conf/init.debug.rc +++ b/conf/init.debug.rc @@ -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"