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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_n6", 10 "android_n6",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "~followup_annotations": [ 136 "~followup_annotations": [
137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
138 "@@@STEP_LOG_END@json.output (invalid)@@@" 138 "@@@STEP_LOG_END@json.output (invalid)@@@"
139 ] 139 ]
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "[BUILD]/scripts/slave/daemonizer.py", 143 "[BUILD]/scripts/slave/daemonizer.py",
144 "--", 144 "--",
145 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 145 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
146 "[SLAVE_BUILD]/src/out/logcat_dir" 146 "[SLAVE_BUILD]/src/out/logcat"
147 ], 147 ],
148 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
149 "env": { 149 "env": {
150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
151 }, 151 },
152 "name": "spawn_logcat_monitor" 152 "name": "spawn_logcat_monitor"
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "name": "shutdown_device_monitor" 625 "name": "shutdown_device_monitor"
626 }, 626 },
627 { 627 {
628 "cmd": [ 628 "cmd": [
629 "python", 629 "python",
630 "-u", 630 "-u",
631 "[BUILD]/scripts/slave/tee.py", 631 "[BUILD]/scripts/slave/tee.py",
632 "[SLAVE_BUILD]/src/out/Debug/full_log", 632 "[SLAVE_BUILD]/src/out/Debug/full_log",
633 "--", 633 "--",
634 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 634 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
635 "[SLAVE_BUILD]/src/out/logcat_dir" 635 "[SLAVE_BUILD]/src/out/logcat"
636 ], 636 ],
637 "cwd": "[SLAVE_BUILD]", 637 "cwd": "[SLAVE_BUILD]",
638 "name": "logcat_dump" 638 "name": "logcat_dump"
639 }, 639 },
640 { 640 {
641 "cmd": [ 641 "cmd": [
642 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 642 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
643 "--arch", 643 "--arch",
644 "arm", 644 "arm",
645 "--more-info", 645 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 683 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
684 "@@@STEP_LOG_END@python.inline@@@" 684 "@@@STEP_LOG_END@python.inline@@@"
685 ] 685 ]
686 }, 686 },
687 { 687 {
688 "name": "$result", 688 "name": "$result",
689 "recipe_result": null, 689 "recipe_result": null,
690 "status_code": 0 690 "status_code": 0
691 } 691 }
692 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698