Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught CPP Exceptions are missing message #3931

Open
krystofwoldrich opened this issue Jul 3, 2024 · 0 comments
Open

Uncaught CPP Exceptions are missing message #3931

krystofwoldrich opened this issue Jul 3, 2024 · 0 comments

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Jul 3, 2024

Description

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.

Screenshot 2024-07-03 at 13 01 37

Related

iOS
Screenshot 2024-07-03 at 13 03 10

Android

Screenshot 2024-07-03 at 13 02 49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

1 participant