diff --git a/testing/mozbase/mozrunner/mozrunner/devices/base.py b/testing/mozbase/mozrunner/mozrunner/devices/base.py index 1e5204ef0793..11cdb7ad32dc 100644 --- a/testing/mozbase/mozrunner/mozrunner/devices/base.py +++ b/testing/mozbase/mozrunner/mozrunner/devices/base.py @@ -135,7 +135,7 @@ class Device(object): if os.path.isfile(logcat_log): self._rotate_log(logcat_log) logcat_args = [self.app_ctx.adb, '-s', '%s' % serial, - 'logcat', '-v', 'threadtime'] + 'logcat', '-v', 'time'] self.logcat_proc = ProcessHandler(logcat_args, logfile=logcat_log) self.logcat_proc.run()