Home
last modified time | relevance | path

Searched defs:log_info (Results 1 – 4 of 4) sorted by relevance

/system/core/logwrapper/
Dlogwrap.c90 struct log_info { struct
91 int log_target;
92 char klog_fmt[MAX_KLOG_TAG * 2];
93 char *btag;
94 bool abbreviated;
95 FILE *fp;
96 struct abbr_buf a_buf;
157 static void do_log_line(struct log_info *log_info, char *line) { in do_log_line()
172 static void log_line(struct log_info *log_info, char *line, int len) { in log_line()
187 static void print_buf_lines(struct log_info *log_info, char *buf, int buf_size) in print_buf_lines()
[all …]
/system/core/logd/
DLogAudit.cpp228 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint() local
/system/extras/simpleperf/scripts/
Dutils.py56 def log_info(msg): function
/system/sepolicy/tools/
Dcheck_seapp.c21 #define log_info(fmt, ...) if (logging_verbose ) { log_msg(stdout, "Info: ", fmt, ##__VA_ARGS__); } macro