Hello,
I have been developing an app for some months and I had never experienced a crash until today.
I am using the recommended pattern of having one only Screen, then simulating 4 screens by showing/hidding 4 HorizontalArrangements conveniently. I do not think my code is too large… in any case, I did not extend it today.
The only change I made today was a reorganization of some inner VerticalArrangements and HorizontalArrangements.
The question is: how can I get some clue that allows me to progress in the investigation towards a solution? Unfortunately, at this moment, all I can see is the companion immediately closing when I try to launch it (I mean, after the 30 seconds it takes to load the resource files).
Any way to get debug info, in order to check if some Java exception occurs, etc.?
Thank you for your help
David