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

Commit 197f72e9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix driver open fail ProcessState.cpp" into main am: 8c6d7e59

parents da4dc1f6 8c6d7e59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ ProcessState::ProcessState(const char* driver)
#ifdef __ANDROID__
    LOG_ALWAYS_FATAL_IF(!opened.ok(),
                        "Binder driver '%s' could not be opened. Error: %s. Terminating.",
                        error.c_str(), driver);
                        driver, error.c_str());
#endif

    if (opened.ok()) {