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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus6_perf_bisect.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.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus6_perf_bisect", 10 "android_nexus6_perf_bisect",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", 136 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@",
137 "@@@STEP_LOG_END@files@@@" 137 "@@@STEP_LOG_END@files@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "[BUILD]/scripts/slave/daemonizer.py", 142 "[BUILD]/scripts/slave/daemonizer.py",
143 "--", 143 "--",
144 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 144 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
145 "[SLAVE_BUILD]/src/out/logcat_dir" 145 "[SLAVE_BUILD]/src/out/logcat"
146 ], 146 ],
147 "cwd": "[SLAVE_BUILD]", 147 "cwd": "[SLAVE_BUILD]",
148 "env": { 148 "env": {
149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
150 }, 150 },
151 "name": "spawn_logcat_monitor" 151 "name": "spawn_logcat_monitor"
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "name": "shutdown_device_monitor" 387 "name": "shutdown_device_monitor"
388 }, 388 },
389 { 389 {
390 "cmd": [ 390 "cmd": [
391 "python", 391 "python",
392 "-u", 392 "-u",
393 "[BUILD]/scripts/slave/tee.py", 393 "[BUILD]/scripts/slave/tee.py",
394 "[SLAVE_BUILD]/src/out/Release/full_log", 394 "[SLAVE_BUILD]/src/out/Release/full_log",
395 "--", 395 "--",
396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
397 "[SLAVE_BUILD]/src/out/logcat_dir" 397 "[SLAVE_BUILD]/src/out/logcat"
398 ], 398 ],
399 "cwd": "[SLAVE_BUILD]", 399 "cwd": "[SLAVE_BUILD]",
400 "name": "logcat_dump" 400 "name": "logcat_dump"
401 }, 401 },
402 { 402 {
403 "cmd": [ 403 "cmd": [
404 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 404 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
405 "--arch", 405 "--arch",
406 "arm", 406 "arm",
407 "--more-info", 407 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
446 "@@@STEP_LOG_END@python.inline@@@" 446 "@@@STEP_LOG_END@python.inline@@@"
447 ] 447 ]
448 }, 448 },
449 { 449 {
450 "name": "$result", 450 "name": "$result",
451 "recipe_result": null, 451 "recipe_result": null,
452 "status_code": 0 452 "status_code": 0
453 } 453 }
454 ] 454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698