Commit f44b2dbd authored by topjohnwu's avatar topjohnwu

Rename log_monitor -> log_daemon

parent 46ee2c3f
...@@ -40,7 +40,7 @@ LOCAL_C_INCLUDES := \ ...@@ -40,7 +40,7 @@ LOCAL_C_INCLUDES := \
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
core/magisk.c \ core/magisk.c \
core/daemon.c \ core/daemon.c \
core/log_monitor.c \ core/log_daemon.c \
core/bootstages.c \ core/bootstages.c \
core/socket.c \ core/socket.c \
core/db.c \ core/db.c \
......
/* log_monitor.c - New thread to monitor logcat /* log_daemon.c - A dedicated daemon to monitor logcat
* *
* A universal logcat monitor for many usages. Add listeners to the list, * A universal logcat monitor for many usages. Add listeners to the list,
* and the pointer of the new log line will be sent through pipes to trigger * and the new log line will be sent through sockets to trigger
* asynchronous events without polling * asynchronous events without polling
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment