Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json
diff --git a/scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json b/scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json
index 26193f7d2edccf3a827cda4a647ee8e96ca3d5de..248f116a2a43224a1a75b377d30422fb57bf5ab6 100644
--- a/scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json
+++ b/scripts/slave/recipes/android_webview_shell_tests.expected/test_failure.json
@@ -170,7 +170,7 @@
"[BUILD]/scripts/slave/daemonizer.py",
"--",
"[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
- "[SLAVE_BUILD]/src/out/logcat_dir"
+ "[SLAVE_BUILD]/src/out/logcat"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -403,10 +403,10 @@
"python",
"-u",
"[BUILD]/scripts/slave/tee.py",
- "[SLAVE_BUILD]/src/out/Release/full_logcat",
+ "[SLAVE_BUILD]/src/out/Release/full_log",
"--",
"[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
- "[SLAVE_BUILD]/src/out/logcat_dir"
+ "[SLAVE_BUILD]/src/out/logcat"
],
"cwd": "[SLAVE_BUILD]",
"name": "logcat_dump"
@@ -417,7 +417,7 @@
"--arch",
"arm",
"--more-info",
- "[SLAVE_BUILD]/src/out/Release/full_logcat"
+ "[SLAVE_BUILD]/src/out/Release/full_log"
],
"cwd": "[SLAVE_BUILD]",
"env": {

Powered by Google App Engine
This is Rietveld 408576698