-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
java.lang.InternalError: Thread starting during runtime shutdown. Still exists in 4.7 #332
Comments
Yes, see #313. One solution that has been proposed is #329 |
but #329 is not merged yet. |
THat is correct. \until that time you you avoid the issue by setting sendReportsAtShutdown == false. |
Can it possible that acra first try to report while shutting down, if fails, send on start ? I think acra already doing this. If this is already happening, then I should stick to it. Because this error happens on very little number of devices. |
Yes, I believe this is what will happen. |
yes except the app crashes when this InternalError is thrown. I think a try..catch will fix the problem :) |
Same problem here. I think this is very critical. I have a lot of users which can't start my app because of this. It would be great if a fix could be merged quickly. |
How are users unable to start your app for a crash which might happen on shutdown? |
I don't know. I just have lots of crash reports in play store where people are reporting for example
or
Maybe there is another crash that makes the app shutdown but while crashing this crashes again? Is that possible? |
That is possible. |
Today,i just try ACRA. and i got same error. on my application the error just from
|
NB this is being worked in #329 |
This has been resolved with #344 |
The problem exists in acra4.7, Android 5.1.1. Device D5803.
The text was updated successfully, but these errors were encountered: