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

Commit 9191faf4 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 am: 5d57502c am: 5dbe26f0

am: 4ae32399

Change-Id: I2d83b2c741c8d6cbf730d093adc59ec80bf1899d
parents 8b5315f5 4ae32399
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14407,6 +14407,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        // 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");