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: |