Index: third_party/android_testrunner/README.chromium |
diff --git a/third_party/android_testrunner/README.chromium b/third_party/android_testrunner/README.chromium |
index ce1824492dd4af13e1daaa0eaeaa11f4a38d81a1..e5208e8adc4a929faa3fa105430da61e7837b872 100644 |
--- a/third_party/android_testrunner/README.chromium |
+++ b/third_party/android_testrunner/README.chromium |
@@ -13,6 +13,8 @@ Local Modifications: |
suppressed. |
2. Changed error message handling in |StartInstrumentation| from |shortMsg| to |
|longMsg| to provide more information when debugging. |
+3. Added optional cmd_logger arguments to |SendCommand| and |SendShellCommand| |
bulach
2012/08/09 12:36:52
hmm... I'm not sure this would be acceptable on th
Isaac (away)
2012/08/10 04:44:35
I didn't do that because I'm not sure about the si
|
+ so exact commands can be printed to logger of callers choice. |
Here is the detail steps |
1. Checkout Android source code |