diff options
author | 2017-04-05 18:02:51 +0000 | |
---|---|---|
committer | 2017-04-05 18:02:52 +0000 | |
commit | 77e270d0ffbcc90b839b821bc24a308362f9e146 (patch) | |
tree | a5903933f90dcbd0956b13a03d0e16c72f05f937 | |
parent | 224306b0ac1c3ab6248ece529b3bdebfc96e94da (diff) | |
parent | 8b397ab3d6ad2ff23897b3743fe51325e15ffaf6 (diff) |
Merge "dumpstate: add dropbox crashes to bugreport" into oc-dev
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 5421a7558c..8eefaba0ae 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1152,6 +1152,13 @@ static void dumpstate() { RunDumpsys("APP PROVIDERS", {"activity", "provider", "all"}); + printf("========================================================\n"); + printf("== Dropbox crashes\n"); + printf("========================================================\n"); + + RunDumpsys("DROPBOX SYSTEM SERVER CRASHES", {"dropbox", "-p", "system_server_crash"}); + RunDumpsys("DROPBOX SYSTEM APP CRASHES", {"dropbox", "-p", "system_app_crash"}); + // DumpModemLogs adds the modem logs if available to the bugreport. // Do this at the end to allow for sufficient time for the modem logs to be // collected. |