So I am writing a profiler that needs to be able to log exceptions during the profiling session. My plan was to use logcat to dump to a file either on the SD card or the int
And the moral of the story is: double check that your permission in your manifest file actually says READ_LOGS and not just READ_LOG.