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

Commit 9550cd95 authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Changing Slog.wtf to Slog.w

Removing a wtf that was added temporarily.

Test: Builds, boots.

Fixes: 70677313
Change-Id: I129920b4a4c96abcd7f40c8077f6597208ed84cc
parent 0db51ad5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -20591,8 +20591,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            BroadcastFilter bf = new BroadcastFilter(filter, rl, callerPackage,
                    permission, callingUid, userId, instantApp, visibleToInstantApps);
            if (rl.containsFilter(filter)) {
                // STOPSHIP: To track if apps are doing this a lot for b/70677313. Change to Slog.w
                Slog.wtf(TAG, "Receiver with filter " + filter
                Slog.w(TAG, "Receiver with filter " + filter
                        + " already registered for pid " + rl.pid
                        + ", callerPackage is " + callerPackage);
            } else {