-
Notifications
You must be signed in to change notification settings - Fork 95
Bring back logging arguments for external SD support #5
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation
Fix typos
First of, this will prevent logs mixing, sencondly this will allow user to safely migrate data even when other thread will call logging functions
a75e683 to
2b5bd6e
Compare
|
I fixed the indentation, one thing I realized looking through the code, shouldn't we replace the system out println statements with standard Android log statements? |
|
@AndyScherzinger yes we should, but where is those used ? Whenever I see System.out.print* function call i replace it |
|
Waiting for review :) |
|
👍 |
|
Can you have an look @tobiasKaminsky ? |
|
I wonder if I put myself a thumbs up will it work, since Andy is a coauthor now |
|
👍 |
|
it probably only care about who actually opened the PR, besides the LGTM check seems to not work properly at the moment |
|
LGTM |
Needed for external SD support