You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
I use glog in multi thread.
some threads log like “I0529 22:19:46.923912 32203 vision_fusion.cc:128]”
some threads log like “[E vehicle_det_pytorch.cc:253]”
And I found that multi thread cant share my glog settings, like google::SetStderrLogging(google::GLOG_INFO);