diff options
author | stip <stip@chromium.org> | 2016-01-25 19:55:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-26 03:57:18 +0000 |
commit | 90148c36669265d656250c053a6aad9136988141 (patch) | |
tree | e9221de9bbcbb9048e063446c8993ffc26368289 | |
parent | 2ac299222bff7c2b7cd625054e54b1b7dff8d4ae (diff) | |
download | chromium_src-90148c36669265d656250c053a6aad9136988141.zip chromium_src-90148c36669265d656250c053a6aad9136988141.tar.gz chromium_src-90148c36669265d656250c053a6aad9136988141.tar.bz2 |
Emit logcats from AndroidWebViewTest.
BUG=525873
Review URL: https://codereview.chromium.org/1636923002
Cr-Commit-Position: refs/heads/master@{#371445}
-rw-r--r-- | android_webview/android_webview_test_apk_run.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview_test_apk_run.isolate b/android_webview/android_webview_test_apk_run.isolate index 331d405..448fe04 100644 --- a/android_webview/android_webview_test_apk_run.isolate +++ b/android_webview/android_webview_test_apk_run.isolate @@ -11,6 +11,7 @@ '--enable-platform-mode', '-e', 'local', '--apk-under-test', '<(PRODUCT_DIR)/apks/AndroidWebView.apk', + '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats', ], 'files': [ '../third_party/proguard/lib/proguard.jar', |