Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: build/android/tombstones.py

Issue 26364002: [android] FlagChanger should only require root to set flags for Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bug Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/android/pylib/flag_changer.py ('K') | « build/android/pylib/flag_changer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« build/android/pylib/flag_changer.py ('K') | « build/android/pylib/flag_changer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698