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

Commit 967b9f4e 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

Change-Id: Ib65ab4a94d8c2fb1d6026302b522cf2676992e9e
parents 84f71389 0b387109
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()