Skip to content

Replace Log.x with AppLog.x application-wide #630

@nbradbury

Description

@nbradbury

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions