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

Commit cbd53dca authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Replace Log.wtf by Log.e" into nyc-dev

am: be2527b9

* commit 'be2527b9':
  Replace Log.wtf by Log.e

Change-Id: I6ea32ab06cf2b0584f6d0574ea7d5106e28793ee
parents 7317034d be2527b9
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