gs-common:dumpstate: Dump long irq metrics, resume latency metrics at bugreport

Create pixel_metrics to support bugreport for metrics

Bug: 227809911
Bug: 232541623
Test: Test: "adb bugreport" includes metrics capture.
Change-Id: If62a53b5ffa643c37c287f8ba0319de1d6b07529
Signed-off-by: Ziyi Cui <ziyic@google.com>
This commit is contained in:
Ziyi Cui 2022-11-25 05:22:15 +00:00
parent 27a1f9914e
commit 2b0742ec9d
7 changed files with 30 additions and 0 deletions

10
pixel_metrics/Android.bp Normal file
View file

@ -0,0 +1,10 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "dump_pixel_metrics.sh",
src: "dump_pixel_metrics.sh",
vendor: true,
sub_dir: "dump",
}