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

Commit 4a3b824b authored by Craig Mautner's avatar Craig Mautner
Browse files

Add debug for bug 21055376.

Change-Id: I1e93fb225f2639af031cdfa748a7898f31ad5a94
parent 431eac49
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) {