| 186 | } |
| 187 | |
| 188 | void ScreencapAgent::on_app_started(const std::string& intent) |
| 189 | { |
| 190 | if (!active_unit_) { |
| 191 | LogError << "active_unit_ is null"; |
| 192 | return; |
| 193 | } |
| 194 | |
| 195 | active_unit_->on_app_started(intent); |
| 196 | } |
| 197 | |
| 198 | void ScreencapAgent::on_app_stopped(const std::string& intent) |
| 199 | { |
nothing calls this directly
no outgoing calls
no test coverage detected