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

Commit bc2ef076 authored by Tobias Lindskog's avatar Tobias Lindskog Committed by android-build-merger
Browse files

Merge "Skip ANR for processes that have been killed" am: 9d9cf5b3 am: b35b5f2b am: f61a27c0

am: a0b404f0

Change-Id: I0859e9a6fe04bb9a5e1c815eddc6e36f4a55082f
parents 30f83d0d a0b404f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -768,6 +768,9 @@ class AppErrors {
            } else if (app.crashing) {
                Slog.i(TAG, "Crashing app skipping ANR: " + app + " " + annotation);
                return;
            } else if (app.killedByAm) {
                Slog.i(TAG, "App already killed by AM skipping ANR: " + app + " " + annotation);
                return;
            }

            // In case we come through here for the same app before completing