| Index: third_party/android_testrunner/adb_interface.py
|
| diff --git a/third_party/android_testrunner/adb_interface.py b/third_party/android_testrunner/adb_interface.py
|
| index b8f740b2f01b2e31e13cb84c1ed6c95af02b41a3..8c96876a03e3ae15bce8bd580fd6b05269fe6a96 100644
|
| --- a/third_party/android_testrunner/adb_interface.py
|
| +++ b/third_party/android_testrunner/adb_interface.py
|
| @@ -125,7 +125,7 @@ class AdbInterface:
|
| os.makedirs(os.path.dirname(dest))
|
|
|
| if self.DoesFileExist(src):
|
| - self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
|
| + print 'Command output:', self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
|
| return True
|
| else:
|
| logger.Log("ADB Pull Failed: Source file %s does not exist." % src)
|
|
|