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

Commit 0b387109 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

Change-Id: I5e5d39fe0f796def2a7deb8ded7f767d0bb3252a
parents f420ff9f f079d787
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()