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

Commit 104ff456 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add some logging for buggy calls to AM" into oc-dev am:...

Merge "Merge "Add some logging for buggy calls to AM" into oc-dev am: 54a3ce2d" into oc-dev-plus-aosp
parents c4f8175e 02b9ef39
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2908,7 +2908,10 @@ public class ActivityManagerService extends IActivityManager.Stub
            // The activity manager only throws security exceptions, so let's
            // log all others.
            if (!(e instanceof SecurityException)) {
                Slog.wtf(TAG, "Activity Manager Crash", e);
                Slog.wtf(TAG, "Activity Manager Crash."
                        + " UID:" + Binder.getCallingUid()
                        + " PID:" + Binder.getCallingPid()
                        + " TRANS:" + code, e);
            }
            throw e;
        }