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
Hi! I'm not sure how to file reports and I'm not sure what's going on as well.
Basically, I'm currently implementing proguard in my project and this line of code fails:
...
java.lang.RuntimeException: Failure event class must have a constructor with one parameter of type Throwable
at de.greenrobot.event.util.AsyncExecutor.<init>(AsyncExecutor.java:104)
at de.greenrobot.event.util.AsyncExecutor.<init>(AsyncExecutor.java:32)
...
unless I add
-keep class FailedEvent { *; }
to my proguard-rules.txt
If it's an expected behavior, should the best course of action be to include it in the wiki?
The text was updated successfully, but these errors were encountered:
Hi! I'm not sure how to file reports and I'm not sure what's going on as well.
Basically, I'm currently implementing proguard in my project and this line of code fails:
throwing the exception (here):
unless I add
to my proguard-rules.txt
If it's an expected behavior, should the best course of action be to include it in the wiki?
The text was updated successfully, but these errors were encountered: