Commit de2fbc2f authored by oscar's avatar oscar

提交测试

parent 97367431
......@@ -179,6 +179,8 @@ std::map<uint64_t, std::shared_ptr<T> > BaseTracker<T>::GetStates()
if (track.second->IsValid())
{
ret[track.first] = track.second;
SDK_LOG(SDK_INFO, "id = %llu, tracker = %p", &(track.second->m_obj));
SDK_LOG(SDK_INFO, "id = %llu, ret = %p",&(ret[track.first]->m_obj));
}
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment