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
util/AppLog.java is a replacement for Android's Log which enables viewing and sharing the log from within the app (useful for support and debugging).
First extend the log to accept an identifier that tells which part of the app each log entry came from (Reader, posting, API, etc.), then start replacing calls to Log.x with AppLog.x application-wide.