| Index: build/android/provision_devices.py
|
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py
|
| index 0a7f8fd770f8b24a6ca464942a0a9d148229753a..b0899e7235dd4d19e62adfa9b6d1ec9b20123da8 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',
|
| + device_time.isoformat(), correct_time.isoformat())
|
| return False
|
|
|
| # Sometimes the date is not set correctly on the devices. Retry on failure.
|
|
|