MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / on_app_stopped

Method on_app_stopped

source/MaaAdbControlUnit/Manager/ScreencapAgent.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void 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
208std::shared_ptr<ScreencapBase> ScreencapAgent::speed_test()
209{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected