HomeSort by relevance Sort by last modified time
    Searched refs:logcat_output (Results 1 - 2 of 2) sorted by null

  /art/tools/common/
common.py 462 logcat_output, _ = logcat_proc.communicate()
463 logcat_lines = logcat_output.splitlines(keepends=True)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 711 logcat_output = self._device.RunShellCommand(
714 return '\n'.join(decode_line(l) for l in logcat_output)

Completed in 87 milliseconds