| Index: build/android/tombstones.py
|
| diff --git a/build/android/tombstones.py b/build/android/tombstones.py
|
| index 9838accbf487b7188c36e474d84ea6a496cf2e77..dbc6281c2f541af6cde7978be0c12115210379f7 100755
|
| --- a/build/android/tombstones.py
|
| +++ b/build/android/tombstones.py
|
| @@ -49,6 +49,8 @@ def _ListTombstones(device):
|
| datetime.datetime.fromtimestamp(entry['st_mtime']))
|
| except device_errors.CommandFailedError:
|
| logging.exception('Could not retrieve tombstones.')
|
| + except device_errors.DeviceUnreachableError:
|
| + logging.exception('Device unreachable retrieving tombstones.')
|
| except device_errors.CommandTimeoutError:
|
| logging.exception('Timed out retrieving tombstones.')
|
|
|
|
|