mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
style: clang
[skip changelog]
This commit is contained in:
@@ -625,7 +625,9 @@ bool asst::AdbController::screencap(cv::Mat& image_payload, bool allow_reconnect
|
||||
min_cost = duration;
|
||||
}
|
||||
Log.info("MumuExtras cost", duration.count(), "ms");
|
||||
all_methods_cost.emplace_back(AdbProperty::ScreencapMethod::MumuExtras, std::to_string(duration.count()));
|
||||
all_methods_cost.emplace_back(
|
||||
AdbProperty::ScreencapMethod::MumuExtras,
|
||||
std::to_string(duration.count()));
|
||||
}
|
||||
else {
|
||||
Log.info("MumuExtras is not supported");
|
||||
|
||||
Reference in New Issue
Block a user