Use this simple script to find exceptions in Android logs
Logcat logs can provide a great insight into Android device behavior and running processes, however, in certain occasions the size of the output can be enormous. Let’s build a useful script that could help us...