Check Android Log

Hi,

How can i check the log, while connecting my android device to my system.

I tried using the adb command, but i get all unwanted log.

I am not able to see my messages.

How can i just check only the required messages from my app.

~Thanks

Hey rohan,

You can use:

adb logcat Corona:v *:s

This should show only the items generated from your app.  

Reference:  http://forums.coronalabs.com/topic/16702-how-to-use-adb-logcat/

Hi @r.delia,

Thanks a lot,

This saved my day.

~cheers

Hey rohan,

You can use:

adb logcat Corona:v *:s

This should show only the items generated from your app.  

Reference:  http://forums.coronalabs.com/topic/16702-how-to-use-adb-logcat/

Hi @r.delia,

Thanks a lot,

This saved my day.

~cheers