Seeing logs for lua error : where ?

Hi,

My app works fine on the android simulator on corona.
When I install it on my galaxy II it works.
When I launch it, i can see the first screen, then I get an error message :

[bash]
This application encountered a Lua error (see logs) or has been corrupted.
[/bash]

My question is : where are the logs ? [import]uid: 5578 topic_id: 30961 reply_id: 330961[/import]

On your ansroid phone go to: Settings -> Applications -> Developement -> Check USB Debugging
On your PC start command line and write: adb logcat -c press enter
This will reset your log.
Then write:

 adb logcat

Thanks.
I have found that.
Is there a way to grep only message from Corona App ?

F

[import]uid: 5578 topic_id: 30961 reply_id: 123822[/import]

Yes. Search on forum, someone posted how to do this. [import]uid: 138389 topic_id: 30961 reply_id: 123830[/import]

Yes. Search on forum, someone posted how to do this. [import]uid: 138389 topic_id: 30961 reply_id: 123831[/import]

Here it is:

adb logcat Corona:V \*:S  

Many thanks to the user who post it. [import]uid: 138389 topic_id: 30961 reply_id: 123862[/import]

Great !! thanks to you and your anonymous friend :wink:

[import]uid: 5578 topic_id: 30961 reply_id: 123864[/import]

On your ansroid phone go to: Settings -> Applications -> Developement -> Check USB Debugging
On your PC start command line and write: adb logcat -c press enter
This will reset your log.
Then write:

 adb logcat

Thanks.
I have found that.
Is there a way to grep only message from Corona App ?

F

[import]uid: 5578 topic_id: 30961 reply_id: 123822[/import]

Yes. Search on forum, someone posted how to do this. [import]uid: 138389 topic_id: 30961 reply_id: 123830[/import]

Yes. Search on forum, someone posted how to do this. [import]uid: 138389 topic_id: 30961 reply_id: 123831[/import]

Here it is:

adb logcat Corona:V \*:S  

Many thanks to the user who post it. [import]uid: 138389 topic_id: 30961 reply_id: 123862[/import]

Great !! thanks to you and your anonymous friend :wink:

[import]uid: 5578 topic_id: 30961 reply_id: 123864[/import]

I use a free app called “aLogcat” that you download to your device. You can filter entries as well. More info here: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en
[import]uid: 85963 topic_id: 30961 reply_id: 124394[/import]

Good app. Thank you. [import]uid: 138389 topic_id: 30961 reply_id: 124421[/import]

I use a free app called “aLogcat” that you download to your device. You can filter entries as well. More info here: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en
[import]uid: 85963 topic_id: 30961 reply_id: 124394[/import]

Good app. Thank you. [import]uid: 138389 topic_id: 30961 reply_id: 124421[/import]