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
When throw std::invalid_argument( "received negative value" ); in *.mm I would expect to see the stack trace and the message of the std::invalid_argument( "received negative value" ) but I'm seeing only the the type std::invalid_argument.
Event
Note: There seems to be a main thread missing. Maybe related.
Description
When
throw std::invalid_argument( "received negative value" );
in*.mm
I would expect to see the stack trace and the message of thestd::invalid_argument( "received negative value" )
but I'm seeing only the the typestd::invalid_argument
.Event
Note: There seems to be a main thread missing. Maybe related.
Related
iOS
Android
Blocked by
The text was updated successfully, but these errors were encountered: