Index: devil/devil/android/logcat_monitor.py |
diff --git a/devil/devil/android/logcat_monitor.py b/devil/devil/android/logcat_monitor.py |
index 9ec94125b94c42225bfd6b58f888f95619173b40..b88862243abb9b7d418137060f0dddcb2c42fcaf 100644 |
--- a/devil/devil/android/logcat_monitor.py |
+++ b/devil/devil/android/logcat_monitor.py |
@@ -52,6 +52,10 @@ class LogcatMonitor(object): |
def output_file(self): |
return self._output_file |
+ @property |
+ def get_device_serial(self): |
+ return self._adb.GetDeviceSerial() |
+ |
@decorators.WithTimeoutAndRetriesDefaults(10, 0) |
def WaitFor(self, success_regex, failure_regex=None, timeout=None, |
retries=None): |