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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", | 435 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", |
436 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", | 436 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr
2line', '-Cfpe', local, addr])@@@", |
437 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", | 437 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' '
+ sym.strip())@@@", |
438 "@@@STEP_LOG_LINE@python.inline@ print line@@@", | 438 "@@@STEP_LOG_LINE@python.inline@ print line@@@", |
439 "@@@STEP_LOG_END@python.inline@@@" | 439 "@@@STEP_LOG_END@python.inline@@@" |
440 ] | 440 ] |
441 }, | 441 }, |
442 { | 442 { |
443 "cmd": [ | 443 "cmd": [ |
444 "adb", | 444 "adb", |
445 "reboot" | |
446 ], | |
447 "cwd": "[SLAVE_BUILD]/skia", | |
448 "name": "reboot" | |
449 }, | |
450 { | |
451 "cmd": [ | |
452 "adb", | |
453 "kill-server" | 445 "kill-server" |
454 ], | 446 ], |
455 "cwd": "[SLAVE_BUILD]/skia", | 447 "cwd": "[SLAVE_BUILD]/skia", |
456 "name": "kill adb server" | 448 "name": "kill adb server" |
457 }, | 449 }, |
458 { | 450 { |
459 "name": "$result", | 451 "name": "$result", |
460 "recipe_result": null, | 452 "recipe_result": null, |
461 "status_code": 0 | 453 "status_code": 0 |
462 } | 454 } |
463 ] | 455 ] |
OLD | NEW |