| 196 | } |
| 197 | |
| 198 | void ScreencapAgent::on_app_stopped(const std::string& intent) |
| 199 | { |
| 200 | if (!active_unit_) { |
| 201 | LogError << "active_unit_ is null"; |
| 202 | return; |
| 203 | } |
| 204 | |
| 205 | active_unit_->on_app_stopped(intent); |
| 206 | } |
| 207 | |
| 208 | std::shared_ptr<ScreencapBase> ScreencapAgent::speed_test() |
| 209 | { |
nothing calls this directly
no outgoing calls
no test coverage detected