diff options
Diffstat (limited to 'logd/LogKlog.cpp')
-rwxr-xr-x[-rw-r--r--] | logd/LogKlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogKlog.cpp b/logd/LogKlog.cpp index a7e72087f..7a7ac7da8 100644..100755 --- a/logd/LogKlog.cpp +++ b/logd/LogKlog.cpp @@ -826,7 +826,7 @@ int LogKlog::log(const char* buf, ssize_t len) { // notify readers if (!rc) { - reader->notifyNewLog(); + reader->notifyNewLog(static_cast<log_mask_t>(1 << LOG_ID_KERNEL)); } return rc; |