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

Commit 25f332ca authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Replace Log.wtf by Log.e

Bug: 28949995
Change-Id: I2193511566124980860843da0a822621184218b1
parent f97a0f5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18857,7 +18857,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            for (int j = 0; j < activitiesSize; j++) {
                final ActivityRecord r = app.activities.get(j);
                if (r.app != app) {
                    Log.wtf(TAG, "Found activity " + r + " in proc activity list using " + r.app
                    Log.e(TAG, "Found activity " + r + " in proc activity list using " + r.app
                            + " instead of expected " + app);
                    if (r.app == null || (r.app.uid == app.uid)) {
                        // Only fix things up when they look sane