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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", | 489 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", |
490 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", | 490 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", |
491 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", | 491 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", |
492 "@@@STEP_LOG_LINE@python.inline@ print line@@@", | 492 "@@@STEP_LOG_LINE@python.inline@ print line@@@", |
493 "@@@STEP_LOG_END@python.inline@@@" | 493 "@@@STEP_LOG_END@python.inline@@@" |
494 ] | 494 ] |
495 }, | 495 }, |
496 { | 496 { |
497 "cmd": [ | 497 "cmd": [ |
498 "adb", | 498 "adb", |
499 "reboot" | |
500 ], | |
501 "cwd": "[SLAVE_BUILD]/skia", | |
502 "name": "reboot" | |
503 }, | |
504 { | |
505 "cmd": [ | |
506 "adb", | |
507 "kill-server" | 499 "kill-server" |
508 ], | 500 ], |
509 "cwd": "[SLAVE_BUILD]/skia", | 501 "cwd": "[SLAVE_BUILD]/skia", |
510 "name": "kill adb server" | 502 "name": "kill adb server" |
511 }, | 503 }, |
512 { | 504 { |
513 "name": "$result", | 505 "name": "$result", |
514 "recipe_result": null, | 506 "recipe_result": null, |
515 "status_code": 0 | 507 "status_code": 0 |
516 } | 508 } |
517 ] | 509 ] |
OLD | NEW |