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 got some special case here:
I got two threads both use glog, but one thread may be interrupted by signal, and there's a chance that I got error like this:
I got some special case here:
I got two threads both use glog, but one thread may be interrupted by signal, and there's a chance that I got error like this:
I think this is caused by some mutex condition or some thing.
So any way I can logging without a mutex? And the consequences like ill format is acceptable.
The text was updated successfully, but these errors were encountered: