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

Side by Side Diff: scripts/slave/recipes/android_webview_aosp_perf.expected/basic.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 "~followup_annotations": [ 162 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
164 "@@@STEP_LOG_END@json.output (invalid)@@@" 164 "@@@STEP_LOG_END@json.output (invalid)@@@"
165 ] 165 ]
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "[BUILD]/scripts/slave/daemonizer.py", 169 "[BUILD]/scripts/slave/daemonizer.py",
170 "--", 170 "--",
171 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 171 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
172 "[SLAVE_BUILD]/src/out/logcat_dir" 172 "[SLAVE_BUILD]/src/out/logcat"
173 ], 173 ],
174 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
175 "env": { 175 "env": {
176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
177 }, 177 },
178 "name": "spawn_logcat_monitor" 178 "name": "spawn_logcat_monitor"
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 182 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 544 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
545 "@@@STEP_LOG_LINE@json.output@[]@@@", 545 "@@@STEP_LOG_LINE@json.output@[]@@@",
546 "@@@STEP_LOG_END@json.output@@@" 546 "@@@STEP_LOG_END@json.output@@@"
547 ] 547 ]
548 }, 548 },
549 { 549 {
550 "cmd": [ 550 "cmd": [
551 "python", 551 "python",
552 "-u", 552 "-u",
553 "[BUILD]/scripts/slave/tee.py", 553 "[BUILD]/scripts/slave/tee.py",
554 "[SLAVE_BUILD]/src/out/Release/full_logcat", 554 "[SLAVE_BUILD]/src/out/Release/full_log",
555 "--", 555 "--",
556 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 556 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
557 "[SLAVE_BUILD]/src/out/logcat_dir" 557 "[SLAVE_BUILD]/src/out/logcat"
558 ], 558 ],
559 "cwd": "[SLAVE_BUILD]", 559 "cwd": "[SLAVE_BUILD]",
560 "name": "logcat_dump" 560 "name": "logcat_dump"
561 }, 561 },
562 { 562 {
563 "cmd": [ 563 "cmd": [
564 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 564 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
565 "--arch", 565 "--arch",
566 "arm", 566 "arm",
567 "--more-info", 567 "--more-info",
568 "[SLAVE_BUILD]/src/out/Release/full_logcat" 568 "[SLAVE_BUILD]/src/out/Release/full_log"
569 ], 569 ],
570 "cwd": "[SLAVE_BUILD]", 570 "cwd": "[SLAVE_BUILD]",
571 "env": { 571 "env": {
572 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 572 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
573 }, 573 },
574 "name": "stack_tool_with_logcat_dump" 574 "name": "stack_tool_with_logcat_dump"
575 }, 575 },
576 { 576 {
577 "cmd": [ 577 "cmd": [
578 "[SLAVE_BUILD]/src/build/android/tombstones.py", 578 "[SLAVE_BUILD]/src/build/android/tombstones.py",
(...skipping 26 matching lines...) Expand all
605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 605 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
606 "@@@STEP_LOG_END@python.inline@@@" 606 "@@@STEP_LOG_END@python.inline@@@"
607 ] 607 ]
608 }, 608 },
609 { 609 {
610 "name": "$result", 610 "name": "$result",
611 "recipe_result": null, 611 "recipe_result": null,
612 "status_code": 0 612 "status_code": 0
613 } 613 }
614 ] 614 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android_webview_aosp_perf.py ('k') | scripts/slave/recipes/android_webview_cts_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698