summaryrefslogtreecommitdiffstats
path: root/build/android/tombstones.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/tombstones.py')
-rwxr-xr-xbuild/android/tombstones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/tombstones.py b/build/android/tombstones.py
index e7549ff..3c1624b 100755
--- a/build/android/tombstones.py
+++ b/build/android/tombstones.py
@@ -150,7 +150,7 @@ def _GetTombstonesForDevice(device, options):
device_now = _GetDeviceDateTime(device)
for tombstone_file, tombstone_time in tombstones:
- ret += [{'serial': device.old_interface.Adb().GetSerialNumber(),
+ ret += [{'serial': str(device),
'device_now': device_now,
'time': tombstone_time,
'file': tombstone_file,