I am trying to capture the log from my application using the aLogCat program. The program only capture the system log, but not from my application. I have also tried with catlog, but I got the same issue.
Any idea?
Best regards,
Third-party apps, like the ones that you cite, can only see their own log statements as of Android 4.1, as they can no longer hold the READ_LOGS
permission.