Index: tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
index 6ea83ffaf205327b1eb36fd5c2e5d51fbe631f3f..5e3aad8c6f73e98f16bb0e18f247483af5d367a6 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
@@ -22,7 +22,7 @@ |
'screenshot.py'), |
'--video', |
'--file', self._output_path, |
- '--device', browser_backend.device.adb.GetDeviceSerial()], |
+ '--device', browser_backend.adb.device_serial()], |
stdin=subprocess.PIPE, stdout=subprocess.PIPE) |
@classmethod |