We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please try to fill all questions below before submitting an issue.
Android studio version: 3.0.1
Android gradle plugin version: 3.0.1
Logger version: 2.2.0
Emulator/phone information:genymotion
If possible, please add how did you initialize Logger? The following is my code
Logger.addLogAdapter(new AndroidLogAdapter()); Logger.d("hello");
And this is what i see in the logcat
I want to see also few lines of code (like 4 lines above and below the line of Logger.d like below
With a provision to customize the number of lines up and bottom to show
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please try to fill all questions below before submitting an issue.
Android studio version: 3.0.1
Android gradle plugin version: 3.0.1
Logger version: 2.2.0
Emulator/phone information:genymotion
If possible, please add how did you initialize Logger?
The following is my code
And this is what i see in the logcat
I want to see also few lines of code (like 4 lines above and below the line of Logger.d like below
With a provision to customize the number of lines up and bottom to show
The text was updated successfully, but these errors were encountered: