skip to Main Content

I saved some logs and would like to open them with Android Studio – Logcat interface and be able to see the colours and apply some filters just as if the phone was connected.

Is this possible ?

2

Answers


  1. What I normally do when I need to visualise different logcats is, I open them at Visual Studio Code and apply "Log" language mode.
    With "Log" language mode you can see all the log colors.

    Login or Signup to reply.
  2. You can paste saved logs into Code -> Analyze Stack Trace or Thread Dump

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search