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

Commit d50d41e4 authored by Amith Yamasani's avatar Amith Yamasani Committed by Mike Lockwood
Browse files

DO NOT MERGE: Don't freak out if SystemUiService isn't available

Reducing dependencies on system services

Change-Id: Ifb1a3bfb9c8dda5e22ec698ddb588058d20bd566
parent e63f6f7c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -941,7 +941,11 @@ class ServerThread {
                } catch (Throwable e) {
                    reportWtf("observing native crashes", e);
                }
                try {
                    startSystemUi(contextF);
                } catch (Throwable e) {
                    reportWtf("starting System UI", e);
                }
                try {
                    if (mountServiceF != null) mountServiceF.systemReady();
                } catch (Throwable e) {