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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "android-cronet" 223 "android-cronet"
224 ], 224 ],
225 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
226 "name": "sizes" 226 "name": "sizes"
227 }, 227 },
228 { 228 {
229 "cmd": [ 229 "cmd": [
230 "[BUILD]/scripts/slave/daemonizer.py", 230 "[BUILD]/scripts/slave/daemonizer.py",
231 "--", 231 "--",
232 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 232 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
233 "[SLAVE_BUILD]/src/out/logcat_dir" 233 "[SLAVE_BUILD]/src/out/logcat"
234 ], 234 ],
235 "cwd": "[SLAVE_BUILD]", 235 "cwd": "[SLAVE_BUILD]",
236 "env": { 236 "env": {
237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
238 }, 238 },
239 "name": "spawn_logcat_monitor" 239 "name": "spawn_logcat_monitor"
240 }, 240 },
241 { 241 {
242 "cmd": [ 242 "cmd": [
243 "python", 243 "python",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "name": "shutdown_device_monitor" 516 "name": "shutdown_device_monitor"
517 }, 517 },
518 { 518 {
519 "cmd": [ 519 "cmd": [
520 "python", 520 "python",
521 "-u", 521 "-u",
522 "[BUILD]/scripts/slave/tee.py", 522 "[BUILD]/scripts/slave/tee.py",
523 "[SLAVE_BUILD]/src/out/Debug/full_log", 523 "[SLAVE_BUILD]/src/out/Debug/full_log",
524 "--", 524 "--",
525 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 525 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
526 "[SLAVE_BUILD]/src/out/logcat_dir" 526 "[SLAVE_BUILD]/src/out/logcat"
527 ], 527 ],
528 "cwd": "[SLAVE_BUILD]", 528 "cwd": "[SLAVE_BUILD]",
529 "name": "logcat_dump" 529 "name": "logcat_dump"
530 }, 530 },
531 { 531 {
532 "cmd": [ 532 "cmd": [
533 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 533 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
534 "--arch", 534 "--arch",
535 "arm", 535 "arm",
536 "--more-info", 536 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
575 "@@@STEP_LOG_END@python.inline@@@" 575 "@@@STEP_LOG_END@python.inline@@@"
576 ] 576 ]
577 }, 577 },
578 { 578 {
579 "name": "$result", 579 "name": "$result",
580 "recipe_result": null, 580 "recipe_result": null,
581 "status_code": 0 581 "status_code": 0
582 } 582 }
583 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698