Index: build/android/tombstones.py |
diff --git a/build/android/tombstones.py b/build/android/tombstones.py |
index a78d89fa562ba86a2a7638cb921a3faff01e4c47..7449a73b9aab7baf216dc22dfb98a0aa4fa21a74 100755 |
--- a/build/android/tombstones.py |
+++ b/build/android/tombstones.py |
@@ -63,7 +63,8 @@ def _GetTombstoneData(device, tombstone_file): |
Returns: |
A list of lines |
""" |
- return device.ReadFile('/data/tombstones/' + tombstone_file, as_root=True) |
+ return device.ReadFile( |
+ '/data/tombstones/' + tombstone_file, as_root=True).splitlines() |
def _EraseTombstone(device, tombstone_file): |