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

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

Merge "Logging the time that we use for the current events range" into ub-launcher3-master

parents 93d7917f 8bcabc02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,7 @@ public final class LauncherInstrumentation {
        mTimeBeforeFirstLogEvent = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS")
                .format(new Date())
                .replaceAll(" ", "");
        log("startRecordingEvents: " + mTimeBeforeFirstLogEvent);
    }

    private void stopRecordingEvents() {