Hi,
Has anyone encountered this error?
I am writing a widget and glance, which make intervaled web requests using a timer. The error happens when I switch off the Bluetooth connection to the phone and then open and close the widget (which shows an error) a few times. Once it happens, I have to reboot the watch to be able to open the widget again. The glance continues to work without issues.
I have looked at my apps log and it seems on the last exit from the widget before the error occurs, the View.onHide() function of the widget is still called, but AppBase.stop() is not anymore. So it looks like the app hangs somewhere inbetween, isn't probably terminated and therefore cannot start again.
jim_m_58: what is very interesting is that I then get the same error from your WU app. For that one I have not even opened the widget, only the glance. Still, once the error occurs in my app, and I then try to open the WU widget, I get exactly the same error screen.
Has anyone an idea how I could further analyse this? I am not yet experienced on debugging stuff that happens on the watch and have only looked at my apps log files, where I put some System.println() to better understand what is happening. Is there any other place where errors happening in the SDK would be logged to?
Thanks for your help!