am bd1454f5: Merge "Include debugger connection status in error entry"
Merge commit 'bd1454f5005619b69d887fee6a7a4891b3323d18' into gingerbread-plus-aosp * commit 'bd1454f5005619b69d887fee6a7a4891b3323d18': Include debugger connection status in error entry
This commit is contained in:
committed by
Android Git Automerger
commit
779d1778b6
@@ -6812,6 +6812,9 @@ public final class ActivityManagerService extends ActivityManagerNative
|
|||||||
sb.append("Subject: ").append(subject).append("\n");
|
sb.append("Subject: ").append(subject).append("\n");
|
||||||
}
|
}
|
||||||
sb.append("Build: ").append(Build.FINGERPRINT).append("\n");
|
sb.append("Build: ").append(Build.FINGERPRINT).append("\n");
|
||||||
|
if (Debug.isDebuggerConnected()) {
|
||||||
|
sb.append("Debugger: Connected\n");
|
||||||
|
}
|
||||||
sb.append("\n");
|
sb.append("\n");
|
||||||
|
|
||||||
// Do the rest in a worker thread to avoid blocking the caller on I/O
|
// Do the rest in a worker thread to avoid blocking the caller on I/O
|
||||||
|
|||||||
Reference in New Issue
Block a user