I updated my App to fix a minor bug, but had to switch the SDK and development environment from eclipse to vs code.
The new version with to current sdk 6.2.1 runs in simualtor and on device (Fenix 6X Pro), also with release configuration.
I tested it for one week without any problems before uplaoding it to the store yesterday.
When it was updated on the watch from the store, it crashed when starting a recording. Deinstalling from watch and reinstalling fixed it. at least I thought.
Because when I change any setting of using the smartphone-App or even don't change anything but save the settings, the App chashes.
When setting the settings in simulator, everything works fine.
My Problem is, I don't know how to debug because there is no logfile with stacktrace on the watch and I cannot reproduce it with the simulator. And for the "Build for Device Version" I cannot change the settings using the phone-App - or can I?
There were some warnings about deprecated functions (Application.getApp().getProperty() was used) I changed everything to the newer Functions and there are no warnings anymore, but the behaviour on the watch remains.
Does anyone have a hint for me?
Thanks in Advance!