Reputation: 1004
I want the log file for my application. How can I get the log file?
Upvotes: 1
Views: 693
Reputation: 28509
Look at this tutorial on accessing the logs programmatically. You can filter the items you see by using LogCat filters (e.g. to filter to one application using its tag) - here's the documentation
Upvotes: 2