diff --git a/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java b/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java index d114d107b..58e9adf68 100644 --- a/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java +++ b/briar-android/src/main/java/org/briarproject/briar/android/BriarService.java @@ -157,9 +157,9 @@ public class BriarService extends Service { started = true; } else if (result == ALREADY_RUNNING) { LOG.warning("Already running"); - // The LifecycleManager has outlived the BriarService - // instance that created it. Rather than trying to recover - // from this unexpected state, try to exit cleanly + // The core has outlived the original BriarService + // instance. We don't know how to recover from this + // unexpected state, so try to exit cleanly shutdownFromBackground(); } else { if (LOG.isLoggable(WARNING))