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

Commit c7d601e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TAPL: logging incoming intents" into ub-launcher3-master

parents 9ca5cc76 baf5fbbe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1429,6 +1429,9 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns,

    @Override
    protected void onNewIntent(Intent intent) {
        if (Utilities.IS_RUNNING_IN_TEST_HARNESS) {
            Log.d(TestProtocol.PERMANENT_DIAG_TAG, "Launcher.onNewIntent: " + intent);
        }
        Object traceToken = TraceHelper.INSTANCE.beginSection(ON_NEW_INTENT_EVT);
        super.onNewIntent(intent);