How to capture a logcat (non-root and root)
Logcat helps you diagnose the errors of app, hardware, etc There are two ways to capture a logcat Non-rooted device: Download ADB portable: https://app.box.com/s/diw96duu0sfkbegma7ozajcx2n1bbw6j https://mir.cr/HW2NCLD3 Open Launcher.bat On your device, enable USB-debugging and connect to your computer Launch CMD or Powershell and type the command to output logcat to file adb logcat > “E:/ log cat.txt” Always use quotes if the path contains spaces. Many peoples don’t know this trick Reproduce the problem on your device in order to grab the interesting errors in logcat Nothing will appear in the prompt while outputting to file. To stop it, press CTRL+C or close the prompt The file will be saved Rooted device: There are many different apps of logcat reader Don’t know which one? Just install MatLog. I recommended it: https://play.google.com/store/apps/details?id=com.pluscubed.matlog Or download my pre-build which works bette