If I saw some error message on my phone,
I want to check and learn why it pop it error.
I used comment like adb bugreport
or adb logcat
.
It will output some file or '.txt'.
Then how check on file or txt. because it will pop out a lot of information. how to find the error point.
I tried Ctrl + F error. it will find about 500 'error' word.