зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1218987 - [mozdevice] adb.py - add a logcat cleared message to the logcat whenever it is cleared so it is never completely empty, r=gbrown.
This commit is contained in:
Родитель
96a017a3e3
Коммит
4b7528e795
|
@ -1124,6 +1124,7 @@ class ADBDevice(ADBCommand):
|
|||
buffers = self._get_logcat_buffer_args(buffers)
|
||||
cmds = ["logcat", "-c"] + buffers
|
||||
self.command_output(cmds, timeout=timeout)
|
||||
self.shell_output("log logcat cleared", timeout=timeout)
|
||||
|
||||
def get_logcat(self,
|
||||
filter_specs=[
|
||||
|
|
Загрузка…
Ссылка в новой задаче