After moving to the latest version, my app started crashing. I noticed that a long print() debug statement was cutting out at 1024 characters and crashes with the following message:
A/libc: stack corruption detected
A/libc: Fatal signal 6 (SIGABRT) at 0x00007689 (code=-6), thread 32141 (Thread-2910)
I assume this is related to the change to output print() to logcat. Any ideas?
Thanks,
Eric
Comments
So, here is my workaround method (and the limit is technically 1022 characters) that splits the output if not in the gideros player:
Likes: MikeHart, antix, hgy29