orhanobut / logger

✔️ Simple, pretty and powerful logger for android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to view few lines of Code above and below also

sant527 opened this issue · comments

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