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

Commit f992c449 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "servicemanager: fatal if not ctx mgr" am: a06d5455 am: fd133c02 am: 22c15c5e

parents 3e3eacbe 22c15c5e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@ int main(int argc, char** argv) {

    IPCThreadState::self()->setTheContextObject(manager);
    if (!ps->becomeContextManager()) {
        LOG(ERROR) << "Could not become context manager";
        // TODO(b/280514080): fatal
        LOG(FATAL) << "Could not become context manager";
    }

    sp<Looper> looper = Looper::prepare(false /*allowNonCallbacks*/);