PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Android app crashes without an error. Just terminating app
Android app crashes without an error. Just terminating app
Iniciado por Papaxas, 10,dic. 2022 21:32 - 1 respuesta
Miembro registrado
8 mensajes
Publicado el 10,diciembre 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.
Miembro registrado
8 mensajes
Publicado el 24,diciembre 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.