Home | History | Annotate | Download | only in liblog

Lines Matching refs:logformat

52   AndroidLogFormat* logformat;
86 ctx->logformat = android_log_format_new();
87 if (!ctx->logformat) {
105 if (android_log_setPrintFormat(ctx->logformat, format) <= 0) {
114 android_log_setPrintFormat(ctx->logformat, format);
118 android_log_addFilterString(ctx->logformat, envStr);
130 if (ctx->logformat) {
131 android_log_format_free(ctx->logformat);
132 ctx->logformat = NULL;
205 if (!android_log_shouldPrintLine(ctx->logformat, entry.tag, entry.priority)) {
209 err = android_log_printLogLine(ctx->logformat, fileno(stderr), &entry);