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

Commit 2d8a1ff6 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
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
am: 104ff456

Change-Id: I0093816d37d20a1c2f512a206f6f5069fe12c33e
parents b6050e94 104ff456
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2888,7 +2888,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;
        }