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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "name": "gsutil upload_cronet_package", 240 "name": "gsutil upload_cronet_package",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/37.0.2021.0/Debug@@@" 242 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/37.0.2021.0/Debug@@@"
243 ] 243 ]
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "[BUILD]/scripts/slave/daemonizer.py", 247 "[BUILD]/scripts/slave/daemonizer.py",
248 "--", 248 "--",
249 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 249 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
250 "[SLAVE_BUILD]/src/out/logcat_dir" 250 "[SLAVE_BUILD]/src/out/logcat"
251 ], 251 ],
252 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
253 "env": { 253 "env": {
254 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 254 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
255 }, 255 },
256 "name": "spawn_logcat_monitor" 256 "name": "spawn_logcat_monitor"
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 "name": "shutdown_device_monitor" 533 "name": "shutdown_device_monitor"
534 }, 534 },
535 { 535 {
536 "cmd": [ 536 "cmd": [
537 "python", 537 "python",
538 "-u", 538 "-u",
539 "[BUILD]/scripts/slave/tee.py", 539 "[BUILD]/scripts/slave/tee.py",
540 "[SLAVE_BUILD]/src/out/Debug/full_log", 540 "[SLAVE_BUILD]/src/out/Debug/full_log",
541 "--", 541 "--",
542 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 542 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
543 "[SLAVE_BUILD]/src/out/logcat_dir" 543 "[SLAVE_BUILD]/src/out/logcat"
544 ], 544 ],
545 "cwd": "[SLAVE_BUILD]", 545 "cwd": "[SLAVE_BUILD]",
546 "name": "logcat_dump" 546 "name": "logcat_dump"
547 }, 547 },
548 { 548 {
549 "cmd": [ 549 "cmd": [
550 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 550 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
551 "--arch", 551 "--arch",
552 "arm", 552 "arm",
553 "--more-info", 553 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 591 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
592 "@@@STEP_LOG_END@python.inline@@@" 592 "@@@STEP_LOG_END@python.inline@@@"
593 ] 593 ]
594 }, 594 },
595 { 595 {
596 "name": "$result", 596 "name": "$result",
597 "recipe_result": null, 597 "recipe_result": null,
598 "status_code": 0 598 "status_code": 0
599 } 599 }
600 ] 600 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698