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

Unified Diff: build/android/pylib/instrumentation/run_java_tests.py

Issue 12212137: Android: further "user build" perf test automation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adds instrumentation perf Created 7 years, 10 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
« no previous file with comments | « build/android/pylib/android_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/instrumentation/run_java_tests.py
diff --git a/build/android/pylib/instrumentation/run_java_tests.py b/build/android/pylib/instrumentation/run_java_tests.py
index d5217008b4f28f9d2cc4daa96441130898981e2f..1700aefd48a2622b22fb22c54cb0198b88a1d27d 100644
--- a/build/android/pylib/instrumentation/run_java_tests.py
+++ b/build/android/pylib/instrumentation/run_java_tests.py
@@ -365,7 +365,7 @@ class TestRunner(BaseTestRunner):
# Obtain the relevant perf data. The data is dumped to a
# JSON formatted file.
- json_string = self.adb.GetFileContents(
+ json_string = self.adb.GetProtectedFileContents(
'/data/data/com.google.android.apps.chrome/files/PerfTestData.txt')
if json_string:
« no previous file with comments | « build/android/pylib/android_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698