Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-app logging that can be exported #24

Closed
ADTC opened this issue Aug 12, 2014 · 1 comment
Closed

In-app logging that can be exported #24

ADTC opened this issue Aug 12, 2014 · 1 comment

Comments

@ADTC
Copy link
Collaborator

ADTC commented Aug 12, 2014

Custom logging support to be added for debugging, so no need to depend on LogCat.

Export to some .log file will be convenient.

@ADTC ADTC modified the milestone: v1.0 Aug 12, 2014
@ADTC
Copy link
Collaborator Author

ADTC commented Aug 16, 2014

After some research, decided to stick to LogCat. A complete custom logging solution outputting to file might be an overkill as of now (or maybe a simple version can be implemented). Probably a simple application-controlled logging facade can be created to control whether output goes to LogCat.

Need to increase and clean up the log calls and messages.

ADTC added a commit that referenced this issue Aug 17, 2014
Logging option enables/disables log output. Logging is put in both
LogCat and a simple file created in the external storage (hence the
extra permission). #24
@ADTC ADTC closed this as completed Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant