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
W/MessageQueue﹕ Handler (android.os.Handler) {529a2ee0} sending message to a Handler on a dead thread
java.lang.RuntimeException: Handler (android.os.Handler) {529a2ee0} sending message to a Handler on a dead thread
if the username and password are empty.
I updated the code with: Log.d(TAG, "please update your username and password");
The text was updated successfully, but these errors were encountered:
https://github.com/learning-android/Yamba-4/blob/master/src/com/marakana/android/yamba/RefreshService.java#L40
The above line of code will cause an error:
if the username and password are empty.
I updated the code with:
Log.d(TAG, "please update your username and password");
The text was updated successfully, but these errors were encountered: