PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android app crashes without an error. Just terminating app
Android app crashes without an error. Just terminating app
Débuté par Papaxas, 10 déc. 2022 21:32 - 1 réponse
Membre enregistré
8 messages
Posté le 10 décembre 2022 - 21:32
Can we narrow the possible reasons that an application will crash without generate an error report?

I run in debug mode with the phone attached to the pc. Windev Mobile 27. Windows 7.
My application is drawing lines in an image drawing control and communicates with a sensor via blue tooth.
I have 2 timers in my program and quite a lot global variables.
Membre enregistré
8 messages
Posté le 24 décembre 2022 - 19:39
Looks like the reason was accessing a global variable from different procedures in the same time. I used local variables and modified the code and seems that the problem is solved.