I just wanted to investigate and test cached system(Room) of app.
But it throws Exception when opening.
Is this app not considered offline?
If not, please read below.
situation
Log shows NoClassDefFoundError error from crossfade() at UserProfileButton so I commented. (//)
And then it also show error from crossfade() at PosterCard so I also commented.
After that it just throw Exception. But log doesn't show no where in code.
But above cases all has UnknownHostException, It is natural cause I did in offline. But I couldn't find where in code.
If logcat shows error log (lred color if set red) not in debug (green color if set green), it is more easy to find error I think.
I just wanted to investigate and test cached system(Room) of app. But it throws Exception when opening.
Is this app not considered offline? If not, please read below. situation Log shows
NoClassDefFoundError
error fromcrossfade()
atUserProfileButton
so I commented. (//
) And then it also show error fromcrossfade()
atPosterCard
so I also commented. After that it just throw Exception. But log doesn't show no where in code. But above cases all hasUnknownHostException
, It is natural cause I did in offline. But I couldn't find where in code.If logcat shows
error
log (lred color if set red) not indebug
(green color if set green), it is more easy to find error I think.