Searched refs:btag (Results 1 - 1 of 1) sorted by relevance

/system/core/logwrapper/
H A Dlogwrap.c94 char *btag; member in struct:log_info
163 ALOG(LOG_INFO, log_info->btag, "%s", line);
314 log_info.btag = basename(tag);
315 if (!log_info.btag) {
316 log_info.btag = (char*) tag;
328 "<6>%.*s: %%s\n", MAX_KLOG_TAG, log_info.btag);
437 "%s terminated by exit(%d)\n", log_info.btag, WEXITSTATUS(status));
443 "%s terminated by signal %d\n", log_info.btag, WTERMSIG(status));
447 "%s stopped by signal %d\n", log_info.btag, WSTOPSIG(status));

Completed in 222 milliseconds