Index: build/android/tombstones.py |
diff --git a/build/android/tombstones.py b/build/android/tombstones.py |
index 76dab15b2a7e3a95af46d52b8a298e78ac716789..1112a97c832441e857ed3890c14a0cbfa35da313 100755 |
--- a/build/android/tombstones.py |
+++ b/build/android/tombstones.py |
@@ -74,7 +74,7 @@ def _EraseTombstone(device, tombstone_file): |
tombstone_file: the tombstone to delete. |
""" |
return device.RunShellCommand( |
- 'rm /data/tombstones/' + tombstone_file, root=True) |
+ 'rm /data/tombstones/' + tombstone_file, as_root=True) |
def _ResolveSymbols(tombstone_data, include_stack): |