diff --git a/testing/mozbase/mozdevice/mozdevice/adb.py b/testing/mozbase/mozdevice/mozdevice/adb.py index 3124a1c2b921..b966000aacdd 100644 --- a/testing/mozbase/mozdevice/mozdevice/adb.py +++ b/testing/mozbase/mozdevice/mozdevice/adb.py @@ -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=[