add log in ggio

This commit is contained in:
lnk
2026-02-04 09:21:54 +08:00
parent 1bc32ae38c
commit 50dd5c8a3e
4 changed files with 75 additions and 2 deletions

View File

@@ -1759,6 +1759,19 @@ int find_mp_index_from_mp_id(std::string line)
}
char* find_mp_name_from_mp_id(const char* mp_id)
{
LD_info_t* LD_info = NULL;
LD_info = find_LD_info_only_from_mp_id((char*)mp_id);
if(LD_info == NULL){
return 0;
}
else{
return LD_info->name;
}
}
int myMessageCallbackrtdata(CPushConsumer* consumer, CMessageExt* msg)
{
if(INITFLAG != 1)return 1;//防止崩溃