From 1fc4f80fc38f782f128102795481924a97a2d3c5 Mon Sep 17 00:00:00 2001 From: James Dong Date: Mon, 10 Sep 2012 16:08:48 -0700 Subject: [PATCH] Add stack dump from drmserver process to bugreports This would be helpful tracking down ANR issues in drmserver o related-to-bug: 7132419 Change-Id: I7eceaa0c29af26bd0092110be6bddf8f4c063545 --- cmds/dumpstate/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/dumpstate/utils.c b/cmds/dumpstate/utils.c index da00846b0..cfd74835f 100644 --- a/cmds/dumpstate/utils.c +++ b/cmds/dumpstate/utils.c @@ -41,6 +41,7 @@ /* list of native processes to include in the native dumps */ static const char* native_processes_to_dump[] = { + "/system/bin/drmserver", "/system/bin/mediaserver", "/system/bin/sdcard", "/system/bin/surfaceflinger",