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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I've read #646, #677 and #682 they all talk about not hiding an exception thrown from @background from the global exception handler.
That works fine (Crashlytics gets the exceptions), but to get the thrown exception behaving like a regular exception it needs to be logged onto LogCat as well, currently the crash is hidden from logs.
The proper handling code should also have e.printStackTrace();
I've read #646, #677 and #682 they all talk about not hiding an exception thrown from @background from the global exception handler.
That works fine (Crashlytics gets the exceptions), but to get the thrown exception behaving like a regular exception it needs to be logged onto LogCat as well, currently the crash is hidden from logs.
The proper handling code should also have
e.printStackTrace();AndroidAnnotations version: 4.4.0
Android compile SDK version: 26
Annotated code:
Expected generated code:
Actual generated code: