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

Commit 86cdb085 authored by Steven Moreland's avatar Steven Moreland
Browse files

servicemanager: startup log

Make b/210919187 more visible, since the log isn't visible
on boot.

Bug: 210919187
Test: boot, see initial log is missing
Change-Id: Iaa47a48345753dcac124faa8f248e7dab98c6372
parent 37ebee73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -121,6 +121,8 @@ int main(int argc, char** argv) {

    const char* driver = argc == 2 ? argv[1] : "/dev/binder";

    LOG(INFO) << "Starting sm instance on " << driver;

    sp<ProcessState> ps = ProcessState::initWithDriver(driver);
    ps->setThreadPoolMaxThreadCount(0);
    ps->setCallRestriction(ProcessState::CallRestriction::FATAL_IF_NOT_ONEWAY);