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

Commit 714b0ab4 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Add debug for bug 21055376." into mnc-dev

parents 779d43a7 4a3b824b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17367,7 +17367,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                final ActivityRecord r = app.activities.get(j);
                if (r.app != app) {
                    Slog.w(TAG, "Wtf, activity " + r + " in proc activity list not using proc "
                            + app + "?!?");
                            + app + "?!? Using " + r.app + " instead.");
                    continue;
                }
                if (r.visible) {