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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "name": "shutdown_device_monitor" 522 "name": "shutdown_device_monitor"
523 }, 523 },
524 { 524 {
525 "cmd": [ 525 "cmd": [
526 "python", 526 "python",
527 "-u", 527 "-u",
528 "[BUILD]/scripts/slave/tee.py", 528 "[BUILD]/scripts/slave/tee.py",
529 "[SLAVE_BUILD]/src/out/Release/full_log", 529 "[SLAVE_BUILD]/src/out/Release/full_log",
530 "--", 530 "--",
531 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 531 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
532 "[SLAVE_BUILD]/src/out/logcat_dir" 532 "[SLAVE_BUILD]/src/out/logcat"
533 ], 533 ],
534 "cwd": "[SLAVE_BUILD]", 534 "cwd": "[SLAVE_BUILD]",
535 "name": "logcat_dump" 535 "name": "logcat_dump"
536 }, 536 },
537 { 537 {
538 "cmd": [ 538 "cmd": [
539 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 539 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
540 "--arch", 540 "--arch",
541 "arm", 541 "arm",
542 "--more-info", 542 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 580 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
581 "@@@STEP_LOG_END@python.inline@@@" 581 "@@@STEP_LOG_END@python.inline@@@"
582 ] 582 ]
583 }, 583 },
584 { 584 {
585 "name": "$result", 585 "name": "$result",
586 "recipe_result": null, 586 "recipe_result": null,
587 "status_code": 0 587 "status_code": 0
588 } 588 }
589 ] 589 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698