Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5684)

Unified Diff: build/android/tombstones.py

Issue 404993004: [Android] Switch to DeviceUtils versions of GetMemoryUsageForPid and __str__. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment from frankf Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/tombstones.py
diff --git a/build/android/tombstones.py b/build/android/tombstones.py
index e7549ff73ed12bda06d3315929155a3c65d8a845..3c1624bab263567f10f0289d679fede824acf70d 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,
« no previous file with comments | « build/android/pylib/valgrind_tools.py ('k') | tools/memory_inspector/memory_inspector/backends/android/android_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698