| Index: build/android/screenshot.py
|
| diff --git a/build/android/screenshot.py b/build/android/screenshot.py
|
| index a91bafd1d3264df72d8cc739ad7e7bcd79774329..be7e0305c88d0a75e5bb0f8e097ce69bab5390c3 100755
|
| --- a/build/android/screenshot.py
|
| +++ b/build/android/screenshot.py
|
| @@ -21,7 +21,7 @@ def _PrintMessage(heading, eol='\n'):
|
|
|
|
|
| def _CaptureScreenshot(device, host_file):
|
| - host_file = device.old_interface.TakeScreenshot(host_file)
|
| + host_file = device.TakeScreenshot(host_file)
|
| _PrintMessage('Screenshot written to %s' % os.path.abspath(host_file))
|
|
|
|
|
|
|