Why does Corona Labs do this when an error happens on android?

When you build a project as an android apk it stores data that seems irrelevant as in the original file destination from where I built it from as seen here

09f8c9844c97461fabb2e8ac30d9a326.png

It should just say editor.lua:73: attempt to index upvalue ‘focusText’ (a nil value) but it includes the c directory of my computer.

or is it just me

I suspect it’s an Android/Java specific issue, rather than a Corona issue, but I could be wrong. Given that it doesn’t happen on iOS, it would seem that it’s not Corona who are logging the file location.

Was that built with a debug keystore or a release keystore?

Do you have “never strip debug info” turned on in your build.settings?

Rob

or is it just me

I suspect it’s an Android/Java specific issue, rather than a Corona issue, but I could be wrong. Given that it doesn’t happen on iOS, it would seem that it’s not Corona who are logging the file location.

Was that built with a debug keystore or a release keystore?

Do you have “never strip debug info” turned on in your build.settings?

Rob