I'm developing an android application, and I'm using guava eventbus. I get ambiguous errors about not being able to dispatch events. How can I investigate such problems ? and how can I get more information about the exception ?
this is a sample exception message :
04-12 20:46:35.829 9971-11208/xxx.android.init E/default﹕ Could not dispatch event: xxx.android.presentation.control.MainActivity@21139768 to public void xxx.android.presentation.control.MainActivity.showToast(xxx.core.event.EventShowToast)
ps: I replaced our company class path prefix with xxx
.