summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libbacktrace/BacktraceLog.h')
-rw-r--r--libbacktrace/BacktraceLog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/BacktraceLog.h b/libbacktrace/BacktraceLog.h
index 0a2798202..5c39f1c04 100644
--- a/libbacktrace/BacktraceLog.h
+++ b/libbacktrace/BacktraceLog.h
@@ -19,7 +19,7 @@
19 19
20#define LOG_TAG "libbacktrace" 20#define LOG_TAG "libbacktrace"
21 21
22#include <android/log.h> 22#include <log/log.h>
23 23
24// Macro to log the function name along with the warning message. 24// Macro to log the function name along with the warning message.
25#define BACK_LOGW(format, ...) \ 25#define BACK_LOGW(format, ...) \