I use revSetStackFileProfile in order to change all the labels (many...) of my mobile standalone, according to the language chosen by the user.
I noticed that if the revSetStackFileProfile script is running too close in the script to other setting activity (like bluetooth, sockets, opening library, etc) the standalone crashes on Android 11 (not on iOS).
My question is: the line
Code: Select all
revSetStackFileProfile "English", "Referi" --= English, for example, takes more or less a second
I tried to pinpoint the crash, but it does not happens while debugging line by line.
Thanks for any help.
Trevix