Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading