-
-
Notifications
You must be signed in to change notification settings - Fork 680
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
cmd/ebitenmobile: better way to handle panics instead of converting errors on mobiles #916
Comments
NDK reports did not work well... http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/ sounds the last resort? |
Hmm, I wasn't able to find a way to upload symbols in a shared library. Another way (using CoffeeCatch) didn't work due to compile errors (macro conflicts?). Even they were fixed, there seems a lot of reported issues. EDIT: xroche/coffeecatch#29 seems critical :-/ |
https://chromium.googlesource.com/breakpad/breakpad/ Another candidate |
This issue is not easy to solve. |
So, my vague idea is to use a modified runtime when compiling apps with ebitenmobile. I'm not sure it'd be possible. |
It's possible with -overlay. |
See #800
Now panics are converted to errors, but this is hacky. We should find a better way to handle panic to report to Crashlytics.
https://firebase.google.com/docs/crashlytics/ndk-reports
The text was updated successfully, but these errors were encountered: