Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38710e19 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let the OS crash when failed to initialize "core" services"

parents b26b3c9c 1382da31
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1114,9 +1114,10 @@ public final class SystemServer {
            SignedConfigService.registerUpdateReceiver(mSystemContext);
            t.traceEnd();

        } catch (RuntimeException e) {
        } catch (Throwable e) {
            Slog.e("System", "******************************************");
            Slog.e("System", "************ Failure starting core service", e);
            Slog.e("System", "************ Failure starting core service");
            throw e;
        }

        // Before things start rolling, be sure we have decided whether