OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "adb", | 4 "adb", |
5 "shell", | 5 "shell", |
6 "mkdir", | 6 "mkdir", |
7 "-p", | 7 "-p", |
8 "/sdcard/revenge_of_the_skiabot/resources" | 8 "/sdcard/revenge_of_the_skiabot/resources" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", | 588 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", |
589 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", | 589 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", |
590 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", | 590 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", |
591 "@@@STEP_LOG_LINE@python.inline@ print line@@@", | 591 "@@@STEP_LOG_LINE@python.inline@ print line@@@", |
592 "@@@STEP_LOG_END@python.inline@@@" | 592 "@@@STEP_LOG_END@python.inline@@@" |
593 ] | 593 ] |
594 }, | 594 }, |
595 { | 595 { |
596 "cmd": [ | 596 "cmd": [ |
597 "adb", | 597 "adb", |
598 "reboot" | |
599 ], | |
600 "cwd": "[SLAVE_BUILD]/skia", | |
601 "name": "reboot" | |
602 }, | |
603 { | |
604 "cmd": [ | |
605 "adb", | |
606 "kill-server" | 598 "kill-server" |
607 ], | 599 ], |
608 "cwd": "[SLAVE_BUILD]/skia", | 600 "cwd": "[SLAVE_BUILD]/skia", |
609 "name": "kill adb server" | 601 "name": "kill adb server" |
610 }, | 602 }, |
611 { | 603 { |
612 "name": "$result", | 604 "name": "$result", |
613 "recipe_result": null, | 605 "recipe_result": null, |
614 "status_code": 0 | 606 "status_code": 0 |
615 } | 607 } |
616 ] | 608 ] |
OLD | NEW |