Skip to content
Snippets Groups Projects
Commit 3d04517e authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Add the system uptime to crash dumps to better understand crashes...

Merge "Add the system uptime to crash dumps to better understand crashes happening after reboots." into main
parents b3722a14 d85aee99
No related branches found
No related tags found
No related merge requests found
......@@ -9367,6 +9367,8 @@ public class ActivityManagerService extends IActivityManager.Stub
*/
void appendDropBoxProcessHeaders(ProcessRecord process, String processName,
final VolatileDropboxEntryStates volatileStates, final StringBuilder sb) {
sb.append("SystemUptimeMs: ").append(SystemClock.uptimeMillis()).append("\n");
// Watchdog thread ends up invoking this function (with
// a null ProcessRecord) to add the stack file to dropbox.
// Do not acquire a lock on this (am) in such cases, as it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment