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

Side by Side Diff: scripts/slave/recipes/android_webview_aosp_perf.expected/basic.json

Issue 1465343002: [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 533 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_log", 554 "[SLAVE_BUILD]/src/out/Release/full_logcat",
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" 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_log" 568 "[SLAVE_BUILD]/src/out/Release/full_logcat"
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

Powered by Google App Engine
This is Rietveld 408576698