I have a lot of logging in the app I have installed on about 5000 Honeywell CT60 devices. I log Activity_Create, Activity_Resume and Activity_Pause to help in following the flow of the app in the log file.
I cannot explain what I'm seeing in the log file. It appears as though the app just spontaneously restarts at different points of execution
Another really odd thing is after it "restarts" the Activities (at least the one showing at the time of restart) does not get recreated when the user navigates to it, it Resumes from it previous state. Any data entered into the fields on the activity before the restart is still there
ie:
08/04/2022 09:34:57.245 - Done DeliverySignature Activity_Create
08/04/2022 09:35:33.391 - In Main Activity_Create
08/04/2022 09:35:33.423 - In MAIN.Activity_Resume
another:
08/04/2022 08:32:17.083 - Successfully sent message : 1659616336507265.msg
08/04/2022 08:32:17.094 - In MessageSender.Service_Destroy
08/04/2022 08:32:41.770 - In Main Activity_Create
08/04/2022 08:32:41.808 - In MAIN.Activity_Resume
I'm at a total loss on this, any help would be appreciated.
EDIT. I just looked at another one. Restarted 14 times over his day at random points. This doesnt seem to be an actual restart of the app since the Starter service never seems to restart. Its like the MAIN activity just randomly gets recreated
I cannot explain what I'm seeing in the log file. It appears as though the app just spontaneously restarts at different points of execution
Another really odd thing is after it "restarts" the Activities (at least the one showing at the time of restart) does not get recreated when the user navigates to it, it Resumes from it previous state. Any data entered into the fields on the activity before the restart is still there
ie:
08/04/2022 09:34:57.245 - Done DeliverySignature Activity_Create
08/04/2022 09:35:33.391 - In Main Activity_Create
08/04/2022 09:35:33.423 - In MAIN.Activity_Resume
another:
08/04/2022 08:32:17.083 - Successfully sent message : 1659616336507265.msg
08/04/2022 08:32:17.094 - In MessageSender.Service_Destroy
08/04/2022 08:32:41.770 - In Main Activity_Create
08/04/2022 08:32:41.808 - In MAIN.Activity_Resume
I'm at a total loss on this, any help would be appreciated.
EDIT. I just looked at another one. Restarted 14 times over his day at random points. This doesnt seem to be an actual restart of the app since the Starter service never seems to restart. Its like the MAIN activity just randomly gets recreated
Last edited: