Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d57502c authored by Tsukasa Hashimoto's avatar Tsukasa Hashimoto Committed by android-build-merger
Browse files

Merge "Add PID info into ANR crash log header"

am: 2fe972c8

Change-Id: Ib7ec151a3a4b1759022a9a663836a73087ea85ec
parents 4d803667 2fe972c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13829,6 +13829,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        // concurrently during execution of this method)
        synchronized (this) {
            sb.append("Process: ").append(processName).append("\n");
            sb.append("PID: ").append(process.pid).append("\n");
            int flags = process.info.flags;
            IPackageManager pm = AppGlobals.getPackageManager();
            sb.append("Flags: 0x").append(Integer.toHexString(flags)).append("\n");