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

Commit 58729795 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "logd: notify kernel log readers of new messages"

am: 6a2686b0

Change-Id: Ie35d577147257b9fc571628ca069d5305b163fec
parents a1b308e2 6a2686b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -825,7 +825,7 @@ int LogKlog::log(const char* buf, ssize_t len) {
                         (unsigned short)n);

    // notify readers
    if (!rc) {
    if (rc > 0) {
        reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL));
    }