Index: build/android/provision_devices.py |
diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py |
index 0a7f8fd770f8b24a6ca464942a0a9d148229753a..48f52081559fa5be00af17d14733ac4a675d1c97 100755 |
--- a/build/android/provision_devices.py |
+++ b/build/android/provision_devices.py |
@@ -319,6 +319,8 @@ def FinishProvisioning(device, options): |
logging.info('Date/time successfully set on %s', device) |
return True |
else: |
+ logging.error('Date mismatch. Device: %s Correct: %s' % ( |
jbudorick
2015/09/10 22:46:04
I'm not sure how this cleared the linter (when was
ghost stip (do not use)
2015/09/10 23:19:49
good point, I always forget the logging module can
jbudorick
2015/09/10 23:24:26
Then you probably hadn't synced this week :)
I ad
|
+ device_time.isoformat(), correct_time.isoformat())) |
return False |
# Sometimes the date is not set correctly on the devices. Retry on failure. |