Index: third_party/android_testrunner/README.chromium |
diff --git a/third_party/android_testrunner/README.chromium b/third_party/android_testrunner/README.chromium |
index d62c373af3f0ecef4fd858483b0d82bf72368d0e..ce1824492dd4af13e1daaa0eaeaa11f4a38d81a1 100644 |
--- a/third_party/android_testrunner/README.chromium |
+++ b/third_party/android_testrunner/README.chromium |
@@ -9,8 +9,10 @@ This package is the scripts used to run the unit test for Android and from |
Android Gingerbread. |
Local Modifications: |
-There are no local modifications, all files were copied from |
-<android_gingerbread_tree>/development/testrunner/ |
+1. Added |silent_log| argument to |StartInstrumentation| so that output can be |
+ suppressed. |
+2. Changed error message handling in |StartInstrumentation| from |shortMsg| to |
+ |longMsg| to provide more information when debugging. |
Here is the detail steps |
1. Checkout Android source code |