From a3127a7b7d823747abaa02dce0e64ef33e8697ce Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 24 Jan 2018 17:55:55 -0800 Subject: Dumpstate: Add statsd to interesting processes Dump statsd stacks in dumpstate. Bug: 72461610 Test: m Change-Id: Ifddd122bac5eb182deac98e721d476b2b3572358 --- cmds/dumpstate/utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds/dumpstate/utils.cpp') diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp index 233bc3eb67..e63e8ae92b 100644 --- a/cmds/dumpstate/utils.cpp +++ b/cmds/dumpstate/utils.cpp @@ -87,6 +87,7 @@ static const char* native_processes_to_dump[] = { "/system/bin/mediametrics", // media.metrics "/system/bin/mediaserver", "/system/bin/sdcard", + "/system/bin/statsd", "/system/bin/surfaceflinger", "/system/bin/vehicle_network_service", "/vendor/bin/hw/android.hardware.media.omx@1.0-service", // media.codec -- cgit v1.2.3-59-g8ed1b