Loading logd/LogKlog.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -825,7 +825,7 @@ int LogKlog::log(const char* buf, ssize_t len) { (unsigned short)n); (unsigned short)n); // notify readers // notify readers if (!rc) { if (rc > 0) { reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); } } Loading Loading
logd/LogKlog.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -825,7 +825,7 @@ int LogKlog::log(const char* buf, ssize_t len) { (unsigned short)n); (unsigned short)n); // notify readers // notify readers if (!rc) { if (rc > 0) { reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); } } Loading