mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: add log for #6006
This commit is contained in:
@@ -111,6 +111,7 @@ AsstBool AsstSetInstanceOption(AsstHandle handle, AsstInstanceOptionKey key, con
|
||||
AsstBool AsstConnect(AsstHandle handle, const char* adb_path, const char* address, const char* config)
|
||||
{
|
||||
if (!inited() || handle == nullptr) {
|
||||
asst::Log.error(__FUNCTION__, "Cannot connect to device, asst not inited or handle is nullptr", inited(), handle);
|
||||
return AsstFalse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user