How to easily view and filter Android's logcat in Windows?

后端 未结 2 766
梦如初夏
梦如初夏 2021-02-05 03:19

I\'m \"debugging\" a Xamarin Android application that only has a problem when a debugger is not attached, thus, I\'m having to fall back on logging to figure out what the proble

2条回答
  •  执笔经年
    2021-02-05 04:08

    For anyone using Android Studio:

    The top answer is useful, but I found if you run monitor.bat from android-sdk\tools while Android Studio is already running, you will get conflict on the port:

    "Could not open Selected VM debug port (8700). Make sure you do not have another instance of DDMS or of the eclipse plugin running. If it's being used by something else, choose a new port number in the preferences."

    So it was preferable to run it from the Android Studio menu:

    Tools > Android > Android Device Monitor

提交回复
热议问题