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

后端 未结 2 801
梦如初夏
梦如初夏 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条回答
  •  萌比男神i
    2021-02-05 04:14

    If you need a GUI, the Android SDK delivers a filterable logcat display tool in the Device Monitor.

    Execute monitor.bat in the android-sdk\tools folder to bring it up. You can en- or disable scrolling with the Arrow-Down symbol on the right of the filter bar.

提交回复
热议问题