зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1027574 - Mozrunner should use logcat format 'time' not 'threadtime'; r=ahal
This commit is contained in:
Родитель
dab4089818
Коммит
4b5c1ec146
|
@ -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()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче