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

Commit 01e38b57 authored by Nan Wu's avatar Nan Wu Committed by Android (Google) Code Review
Browse files

Merge "Remove debugging wtf" into main

parents 77f327dc e8536e8e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19396,9 +19396,6 @@ public class ActivityManagerService extends IActivityManager.Stub
                    creatorPackage);
            if (creatorToken != null) {
                extraIntent.setCreatorToken(creatorToken);
                // TODO remove Slog.wtf once proven FrameworkStatsLog works. b/375396329
                Slog.wtf(TAG, "A creator token is added to an intent. creatorPackage: "
                        + creatorPackage + "; intent: " + extraIntent);
                FrameworkStatsLog.write(INTENT_CREATOR_TOKEN_ADDED, creatorUid, false);
            }
        });