diff options
Diffstat (limited to 'libbacktrace/Corkscrew.cpp')
-rw-r--r-- | libbacktrace/Corkscrew.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbacktrace/Corkscrew.cpp b/libbacktrace/Corkscrew.cpp index efeee2e..773b0a2 100644 --- a/libbacktrace/Corkscrew.cpp +++ b/libbacktrace/Corkscrew.cpp @@ -14,8 +14,6 @@ * limitations under the License. */ -#define LOG_TAG "libbacktrace" - #include <backtrace/Backtrace.h> #include <string.h> @@ -28,6 +26,7 @@ #endif #include <dlfcn.h> +#include "BacktraceLog.h" #include "Corkscrew.h" //------------------------------------------------------------------------- |