Run osvr_server from adb or OSVRServerLauncher app.
Run the OSVROpenGL sample app, which uses the auto-start API to start in-process server.
Note the exception escapes the C function.
Expected behavior: C function should log the failure (already does, with the right message) but otherwise fail silently. ClientKit will then connect to the already running server. Additionally, the shutdown function should not crash either (not tested prior to filing this issue, but test before closing this issue).
We probably are just missing an exception handler in the C API function. Should be no need to log the exception since the underlying implementation already logs the failure more specifically.
Steps to reproduce:
Expected behavior: C function should log the failure (already does, with the right message) but otherwise fail silently. ClientKit will then connect to the already running server. Additionally, the shutdown function should not crash either (not tested prior to filing this issue, but test before closing this issue).
We probably are just missing an exception handler in the C API function. Should be no need to log the exception since the underlying implementation already logs the failure more specifically.