Home
last modified time | relevance | path

Searched refs:last_pid (Results 1 – 1 of 1) sorted by relevance

/system/core/liblog/
Dlogd_write.c161 static pid_t last_pid = (pid_t) -1; in __write_to_log_daemon() local
171 if (last_pid == (pid_t) -1) { in __write_to_log_daemon()
172 last_pid = getpid(); in __write_to_log_daemon()
199 pmsg_header.pid = last_pid; in __write_to_log_daemon()