Friday, August 16, 2013

[android-developers] Create Logcat filtered by Application name

Hi,
I want to print LogCat just for my application when it's running to test.
I can get log message for specified tag (tag was defined in my Activities), but I want to print all log messages for my application. If my app was crashed, I can find out and fix it.
How can I do that?

I run this to get Log for a specified tag: "logcat -v time -d AndroidRuntime:E "+TAG+":W *:S"

Thanks.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment