android10 / frodo

Android Library for Logging RxJava Observables and Subscribers.
1.48k stars 101 forks source link

there is bug on android api 15,but wok on api 22 is ok in my app. #28

Closed lengxf closed 8 years ago

lengxf commented 8 years ago

Caused by: java.lang.NullPointerException at com.fernandocejas.frodo.aspect.LogObservable.methodAnnotatedWithRxLogObservable(LogObservable.java:27) at com.jytcorp.ingot.data.sqlite.dataset.AccountTable.getDefaultUser(AccountTable.java) at com.jytcorp.ingot.data.sqlite.IngotDB.getDefaultUser(IngotDB.java:38) at com.jytcorp.ingot.data.DataServiceProvider.getUser(DataServiceProvider.java:62) at com.jytcorp.ingot.domain.manager.UserManager.getUser(UserManager.java:19)

lengxf commented 8 years ago

https://github.com/lengxf/Ingot this is my demo.

android10 commented 8 years ago

This should be fixed within version 0.8.3. 😃 . I'm gonna close it and let's re open whether the issue is not fixed within the latest version.