| Index: build/android/tombstones.py
|
| diff --git a/build/android/tombstones.py b/build/android/tombstones.py
|
| index 1112a97c832441e857ed3890c14a0cbfa35da313..e7549ff73ed12bda06d3315929155a3c65d8a845 100755
|
| --- a/build/android/tombstones.py
|
| +++ b/build/android/tombstones.py
|
| @@ -62,8 +62,7 @@ def _GetTombstoneData(device, tombstone_file):
|
| Returns:
|
| A list of lines
|
| """
|
| - return device.old_interface.GetProtectedFileContents(
|
| - '/data/tombstones/' + tombstone_file)
|
| + return device.ReadFile('/data/tombstones/' + tombstone_file, as_root=True)
|
|
|
|
|
| def _EraseTombstone(device, tombstone_file):
|
|
|