Index: build/android/tombstones.py |
diff --git a/build/android/tombstones.py b/build/android/tombstones.py |
index b85a82bd7d4c763c3039cd192e6ce2e804fbf142..5cbca85f7b0dcf17b143aefddda94a057d5f5f30 100755 |
--- a/build/android/tombstones.py |
+++ b/build/android/tombstones.py |
@@ -70,7 +70,7 @@ def _EraseTombstone(adb, tombstone_file): |
Args: |
tombstone_file: the tombstone to delete. |
""" |
- return adb.RunShellCommand('su -c rm /data/tombstones/' + tombstone_file) |
+ return adb.RunShellCommandWithSU('rm /data/tombstones/' + tombstone_file) |
def _ResolveSymbols(tombstone_data, include_stack): |