| 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", | 586 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", |
| 587 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", | 587 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", |
| 588 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", | 588 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", |
| 589 "@@@STEP_LOG_LINE@python.inline@ print line@@@", | 589 "@@@STEP_LOG_LINE@python.inline@ print line@@@", |
| 590 "@@@STEP_LOG_END@python.inline@@@" | 590 "@@@STEP_LOG_END@python.inline@@@" |
| 591 ] | 591 ] |
| 592 }, | 592 }, |
| 593 { | 593 { |
| 594 "cmd": [ | 594 "cmd": [ |
| 595 "adb", | 595 "adb", |
| 596 "reboot" | |
| 597 ], | |
| 598 "cwd": "[SLAVE_BUILD]/skia", | |
| 599 "name": "reboot" | |
| 600 }, | |
| 601 { | |
| 602 "cmd": [ | |
| 603 "adb", | |
| 604 "kill-server" | 596 "kill-server" |
| 605 ], | 597 ], |
| 606 "cwd": "[SLAVE_BUILD]/skia", | 598 "cwd": "[SLAVE_BUILD]/skia", |
| 607 "name": "kill adb server" | 599 "name": "kill adb server" |
| 608 }, | 600 }, |
| 609 { | 601 { |
| 610 "name": "$result", | 602 "name": "$result", |
| 611 "recipe_result": null, | 603 "recipe_result": null, |
| 612 "status_code": 0 | 604 "status_code": 0 |
| 613 } | 605 } |
| 614 ] | 606 ] |
| OLD | NEW |