VAHR specific, I'm getting crashes 100% of the time when starting the watch app from Android phone.
This is what I'm doing on Android:
connectIQ.openApplication(getDevice(), getApp(), new IQOpenApplicationListener() {
@Override
public void onOpenApplicationResponse(IQDevice iqDevice, IQApp iqApp, IQOpenApplicationStatus iqOpenApplicationStatus) {
}
});
VAHR displays prompt and then immediately crashes to IQ! screen. The crash generates no logs in CIQ_LOG.TXT and no ERR_LOG.TXT.
The app crashes before initialize() method of my main app method (tried to log in initialize and in onStart and nothing).
Compiled with SDK 2.2.4., VAHR is FW v3.40.
With the same app, it does not happen on any other CIQ device (VA, Fenix3 and Fenix3hr tried).