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