| Index: build/android/pylib/screenshot.py
|
| diff --git a/build/android/pylib/screenshot.py b/build/android/pylib/screenshot.py
|
| index a09bc3d0a130261a08828b875a90ee798e7bb569..d2e7c956ce4796dd547cada941cf495f757f2aef 100644
|
| --- a/build/android/pylib/screenshot.py
|
| +++ b/build/android/pylib/screenshot.py
|
| @@ -86,7 +86,6 @@ class VideoRecorder(object):
|
| Returns:
|
| Output video file name on the host.
|
| """
|
| - self._device.old_interface.PullFileFromDevice(
|
| - self._device_file, self._host_file)
|
| + self._device.PullFile(self._device_file, self._host_file)
|
| self._device.RunShellCommand('rm -f "%s"' % self._device_file)
|
| return self._host_file
|
|
|