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

Commit e8536e8e authored by Nan Wu's avatar Nan Wu
Browse files

Remove debugging wtf

We added a wtf log to record all incidents when a creator token is
added. It was simply for debugging purpose (easier than add
FrameworkStatsLog. It has been replaced by FrameworkStatsLog.
So remove it now.

bug: 375506929
Test: manual
Flag: EXEMPT bug fix
Change-Id: I502bf3b250e25ae52c2e03954a09e83691bda11f
parent f22a6ea2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19387,9 +19387,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);
            }
        });