Prachi
Prachi

Reputation: 1004

How can I get the log file related to a particular application?

I want the log file for my application. How can I get the log file?

Upvotes: 1

Views: 693

Answers (1)

Ollie C
Ollie C

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

Related Questions