-
Notifications
You must be signed in to change notification settings - Fork 355
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
Crashing in onInit() #156
Comments
have nothing to do with this. |
It's not a bug in AMM/FoxMMM I don't believe. We simply override the method, we don't call it ourselves. We have mitigated the issue somewhat but it's insufficient for background tasks (we loop up to five times, with a wait between, to get the first shell) |
Note this issue doesn't occur almost at all on debug builds and did not occur with a pure java app, if that helps any. |
With the ability to pass context to the builder this is resolved. However, custom initializers seem to have other issues, but that's not directly related so we'll close this issue. |
When using a minified Kotlin app,
Shell.onInit()
crashes complaining about a nullContext
parameter.Full stacktrace from Sentry:
Our InstallerInitializer extends
Shell.Initializer
.The text was updated successfully, but these errors were encountered: