diff options
author | James Dong <jdong@google.com> | 2012-09-10 16:08:48 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-09-10 16:10:29 -0700 |
commit | 1fc4f80fc38f782f128102795481924a97a2d3c5 (patch) | |
tree | ab3405cbf72504ac7e432f6d7958ec60c44b569e /cmds | |
parent | 61e04b92bdeafc6fca89052d14dab1bd0c384a71 (diff) | |
download | frameworks_native-1fc4f80fc38f782f128102795481924a97a2d3c5.zip frameworks_native-1fc4f80fc38f782f128102795481924a97a2d3c5.tar.gz frameworks_native-1fc4f80fc38f782f128102795481924a97a2d3c5.tar.bz2 |
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
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/dumpstate/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/utils.c b/cmds/dumpstate/utils.c index da00846..cfd7483 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", |