| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "which", | 4 "which", |
| 5 "adb" | 5 "adb" |
| 6 ], | 6 ], |
| 7 "name": "which adb", | 7 "name": "which adb", |
| 8 "stdout": "/path/to/tmp/", | 8 "stdout": "/path/to/tmp/", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "step returned non-zero exit code: 1", | 10 "step returned non-zero exit code: 1", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "-d", | 265 "-d", |
| 266 "arm_v7_neon", | 266 "arm_v7_neon", |
| 267 "-t", | 267 "-t", |
| 268 "Release", | 268 "Release", |
| 269 "nanobench", | 269 "nanobench", |
| 270 "--undefok", | 270 "--undefok", |
| 271 "-i", | 271 "-i", |
| 272 "/storage/emulated/legacy/skiabot/skia_resources", | 272 "/storage/emulated/legacy/skiabot/skia_resources", |
| 273 "--skps", | 273 "--skps", |
| 274 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 274 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 275 "--svgs", | |
| 276 "/storage/emulated/legacy/skiabot/skia_svg/svgs", | |
| 277 "--images", | 275 "--images", |
| 278 "/storage/emulated/legacy/skiabot/skia_images/nanobench", | 276 "/storage/emulated/legacy/skiabot/skia_images/nanobench", |
| 279 "--nocpu", | 277 "--nocpu", |
| 280 "--pre_log", | 278 "--pre_log", |
| 281 "--images", | 279 "--images", |
| 282 "--gpuStatsDump", | 280 "--gpuStatsDump", |
| 283 "true", | 281 "true", |
| 284 "--useThermalManager", | 282 "--useThermalManager", |
| 285 "1,1,10,1000", | 283 "1,1,10,1000", |
| 286 "--scales", | 284 "--scales", |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "SKIA_OUT": "[SLAVE_BUILD]/out" | 466 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 469 }, | 467 }, |
| 470 "name": "kill-server" | 468 "name": "kill-server" |
| 471 }, | 469 }, |
| 472 { | 470 { |
| 473 "name": "$result", | 471 "name": "$result", |
| 474 "recipe_result": null, | 472 "recipe_result": null, |
| 475 "status_code": 0 | 473 "status_code": 0 |
| 476 } | 474 } |
| 477 ] | 475 ] |
| OLD | NEW |