I’m trying to debug an Android specific crash in my game. I run adb logcat:
PS C:\Users\Epitaph64\Desktop\armv7-android\armv7-android\Undiscovered Territories> adb logcat -s "defold"
* daemon not running; starting now at tcp:5037
* daemon started successfully
--------- beginning of crash
--------- beginning of system
--------- beginning of main
However it hangs at this point and no more debug data appears. I left it running for ~10 minutes (so far) and nothing has happened yet.
Yeah I am, however I am simply installing the apk that is generated. There are symbols, etc. also generated but I’m not sure how to attach these if necessary when installing the apk.
The symbols are only needed if a release build crashes and you get a stack trace that you want to turn into something human readable when debugging the crash.
Could I suggest that you try with an empty project with only a collection, game object and script in which you’ve added some print() lines.