Merge "Add PID to ANR logcat printout." into klp-dev

This commit is contained in:
Eric Rowe
2013-09-09 18:29:38 +00:00
committed by Android (Google) Code Review

View File

@@ -3628,6 +3628,7 @@ public final class ActivityManagerService extends ActivityManagerNative
info.append(" (").append(activity.shortComponentName).append(")");
}
info.append("\n");
info.append("PID: ").append(app.pid).append("\n");
if (annotation != null) {
info.append("Reason: ").append(annotation).append("\n");
}