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

Commit bf2c4b78 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: I301f1e6c9bbe30b43303c7bf9899387b9029e4ab
parent a34f0cd9
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) {