From 654b7cdf783b5ee846c763c5ede4948fee6839a2 Mon Sep 17 00:00:00 2001 From: Siarhei Vishniakou Date: Fri, 1 Jul 2022 13:38:51 -0700 Subject: Dump IInputProcessor when dump is called We need to dump this process because it may become unresponsive. Currently, it's missing from the dumps. After this change, I'm finding the following data inside bugreport: ----- Waiting Channels: pid 1794 at 2022-07-01 21:08:01.751449995+0000 ----- Cmd line: /vendor/bin/hw/android.hardware.input.processor-service sysTid=1794 binder_wait_for_work sysTid=1804 futex_wait_queue_me ----- end 1794 ----- Bug: 237347585 Bug: 237322365 Test: adb bugreport Change-Id: Id5a1a2cba2131e58a4eadd4492f9d1c82de4d746 Merged-In: Id5a1a2cba2131e58a4eadd4492f9d1c82de4d746 (cherry picked from commit a32c371fa7caaa8744b98778f7a39524c49d33dd) --- libs/dumputils/dump_utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index e5439174a9..a6585c5ad2 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -94,6 +94,7 @@ static const std::vector aidl_interfaces_to_dump { "android.hardware.graphics.allocator.IAllocator", "android.hardware.graphics.composer3.IComposer", "android.hardware.health.IHealth", + "android.hardware.input.processor.IInputProcessor", "android.hardware.neuralnetworks.IDevice", "android.hardware.power.IPower", "android.hardware.power.stats.IPowerStats", -- cgit v1.2.3-59-g8ed1b