Build: 2023.3690, Samsung A71 5G, Model number: SM-A716U
I have one user who cannot run one app, and I cannot figure it out. It crashes before it gets to my code. I have no logs or anything other than a Google report:
I cannot replicate it. I do not have a Samsung A71 to try, but tried running the app on Samsung’s Remote Lab. It runs fine on the A71 in their lab in Hanoi, but not on a device in their lab in India – but that is suspicious, I could not get any app to run on the device in the India lab.
I have done special builds for this user, slimming down to log to my Loggly account, and it never gets there. Whatever I try makes no difference.
He is receptive, has been very cooperative so far. I sent him a different, simple app of mine to try, he has not responded yet. I agree, I should send him Hello World. When I next hear from him, I will send that.
Hello World – just a text object and background color in main: worked
Hello World objects at the top of the main.lua of my app, but the composer step going to my app’s first scene commented out: worked
Added back the loading of my first scene with a 1 sec delay: worked
?? Not sure what made a difference. Maybe just changing the size put the app on a different memory boundary, something random like that? Maybe some hidden race condition, changing the timing helped? I had tried commenting out most of the setup code in my main.lua previously, didn’t help, so maybe lengthening the time into the first scene instead of shortening it. ??