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

Method on_app_started

source/MaaAdbControlUnit/Manager/ScreencapAgent.cpp:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void 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
198void ScreencapAgent::on_app_stopped(const std::string& intent)
199{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected