You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Let the) native binary crash during State.STARTING
SyncthingRunnable will notify SyncthingService that the native binary crashed and show the correct crash log to the user.
The user is then stuck forever as the wrapper is still in State.STARTING and - concurrently - in deferring shutdown until the "starting" procedure completed. > It can never shutdown the crashed instance and head for a fresh start like this until the user "force-closes" the app from android settings.