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

Commit c9c35392 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: log driver name when it doesn't open" am: f079d787 am: 0b387109

am: 967b9f4e

Change-Id: I4c2a3f44693963df75081088272235ff41dba662
parents 24e2f5f2 967b9f4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ ProcessState::ProcessState(const char *driver, size_t mmap_size)
        }
    }

    LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver could not be opened.  Terminating.");
    LOG_ALWAYS_FATAL_IF(mDriverFD < 0, "Binder driver '%s' could not be opened.  Terminating.", driver);
}

ProcessState::~ProcessState()