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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: