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

Commit 6efe9769 authored by Alberto Gonzalez's avatar Alberto Gonzalez Committed by Android (Google) Code Review
Browse files

Merge "Use crashing process' UID and PID, rather than Binder caller."

parents 21cfd9b2 c23bc8f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7609,10 +7609,10 @@ public class ActivityManagerService extends IActivityManager.Stub
                crashInfo.throwLineNumber);
        FrameworkStatsLog.write(FrameworkStatsLog.APP_CRASH_OCCURRED,
                Binder.getCallingUid(),
                (r != null) ? r.uid : -1,
                eventType,
                processName,
                Binder.getCallingPid(),
                (r != null) ? r.pid : -1,
                (r != null && r.info != null) ? r.info.packageName : "",
                (r != null && r.info != null) ? (r.info.isInstantApp()
                        ? FrameworkStatsLog.APP_CRASH_OCCURRED__IS_INSTANT_APP__TRUE