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:
Bob Clary 2015-10-28 23:21:46 -07:00
parent 96a017a3e3
commit 4b7528e795

View File

@ -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=[