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

How to view few lines of Code above and below also #242

Open
sant527 opened this issue Jul 3, 2020 · 0 comments
Open

How to view few lines of Code above and below also #242

sant527 opened this issue Jul 3, 2020 · 0 comments

Comments

@sant527
Copy link

sant527 commented Jul 3, 2020

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
image

I want to see also few lines of code (like 4 lines above and below the line of Logger.d like below

image

With a provision to customize the number of lines up and bottom to show

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant