| Index: build/android/pylib/device/battery_utils.py
|
| diff --git a/build/android/pylib/device/battery_utils.py b/build/android/pylib/device/battery_utils.py
|
| index aa9b657b03dbad8b1322fa65ee7e2a722cdfba7c..f6669a408b4a72e075c2e1101f3400053f11cad7 100644
|
| --- a/build/android/pylib/device/battery_utils.py
|
| +++ b/build/android/pylib/device/battery_utils.py
|
| @@ -454,7 +454,7 @@ class BatteryUtils(object):
|
| else:
|
| logging.info('Current battery temperature: %s', temp)
|
| return int(temp) <= target_temp
|
| -
|
| + self.EnableBatteryUpdates()
|
| logging.info('Waiting for the device to cool down to %s (0.1 C)',
|
| target_temp)
|
| timeout_retry.WaitFor(cool_device, wait_period=wait_period)
|
|
|