summaryrefslogtreecommitdiffstats
path: root/include/cutils/logprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cutils/logprint.h')
-rw-r--r--include/cutils/logprint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cutils/logprint.h b/include/cutils/logprint.h
index d6ec480..769c8a7 100644
--- a/include/cutils/logprint.h
+++ b/include/cutils/logprint.h
@@ -142,7 +142,7 @@ char *android_log_formatLogLine (
* Assumes single threaded execution
*
*/
-int android_log_filterAndPrintLogLine(
+int android_log_printLogLine(
AndroidLogFormat *p_format,
int fd,
const AndroidLogEntry *entry);