| 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", |
| 275 "--images", | 277 "--images", |
| 276 "/storage/emulated/legacy/skiabot/skia_images/nanobench", | 278 "/storage/emulated/legacy/skiabot/skia_images/nanobench", |
| 277 "--nocpu", | 279 "--nocpu", |
| 278 "--pre_log", | 280 "--pre_log", |
| 279 "--images", | 281 "--images", |
| 280 "--gpuStatsDump", | 282 "--gpuStatsDump", |
| 281 "true", | 283 "true", |
| 282 "--useThermalManager", | 284 "--useThermalManager", |
| 283 "1,1,10,1000", | 285 "1,1,10,1000", |
| 284 "--scales", | 286 "--scales", |
| 285 "1.0", | 287 "1.0", |
| 286 "1.1", | 288 "1.1", |
| 289 "2.0", |
| 290 "4.0", |
| 287 "--config", | 291 "--config", |
| 288 "8888", | 292 "8888", |
| 289 "gpu", | 293 "gpu", |
| 290 "nonrendering", | 294 "nonrendering", |
| 291 "angle", | 295 "angle", |
| 292 "hwui", | 296 "hwui", |
| 293 "f16", | 297 "f16", |
| 294 "srgb", | 298 "srgb", |
| 295 "msaa4", | 299 "msaa4", |
| 296 "nvpr4", | 300 "nvpr4", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 "SKIA_OUT": "[SLAVE_BUILD]/out" | 470 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 467 }, | 471 }, |
| 468 "name": "kill-server" | 472 "name": "kill-server" |
| 469 }, | 473 }, |
| 470 { | 474 { |
| 471 "name": "$result", | 475 "name": "$result", |
| 472 "recipe_result": null, | 476 "recipe_result": null, |
| 473 "status_code": 0 | 477 "status_code": 0 |
| 474 } | 478 } |
| 475 ] | 479 ] |
| OLD | NEW |