Commit 5124a6bc authored by stip's avatar stip Committed by Commit bot

Emit logcats from Android WebView unittests.

BUG=525873

Review URL: https://codereview.chromium.org/1633043002

Cr-Commit-Position: refs/heads/master@{#371450}
parent f7bf6ca8
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
'variables': { 'variables': {
'command': [ 'command': [
'<(PRODUCT_DIR)/bin/run_android_webview_unittests', '<(PRODUCT_DIR)/bin/run_android_webview_unittests',
'--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
], ],
'files': [ 'files': [
'<(PRODUCT_DIR)/bin/run_android_webview_unittests', '<(PRODUCT_DIR)/bin/run_android_webview_unittests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment