| 201 | } |
| 202 | |
| 203 | void BatchMode::request_app() |
| 204 | { |
| 205 | LOGI("==========================================="); |
| 206 | LOGI("Running {}", (*sample_iter)->id); |
| 207 | LOGI("==========================================="); |
| 208 | |
| 209 | platform->request_application((*sample_iter)); |
| 210 | } |
| 211 | |
| 212 | void BatchMode::load_next_app() |
| 213 | { |
nothing calls this directly
no test coverage detected