I had been debugging my application for a week, I had a log file but I cannot be able to identify which application the ANR logs belongs to, Please help me find out the below things,
- How to find out the ANR for Specific package in the log files.
- Where the logfiles is located in android, Whether every application having one log file or Same log file for all the applications.
- How to debug those log to clear all the ANR.
Thanks