summaryrefslogtreecommitdiffstats
path: root/src/include/bt_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bt_trace.h')
-rw-r--r--src/include/bt_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bt_trace.h b/src/include/bt_trace.h
index 6191cc3..d9c58dd 100644
--- a/src/include/bt_trace.h
+++ b/src/include/bt_trace.h
@@ -241,7 +241,7 @@ EXPORT_API extern void BTTRC_StackTrace6(tBTTRC_LAYER_ID layer_id,
/* Enables or disables protocol trace information. */
#ifndef BT_TRACE_PROTOCOL
-#define BT_TRACE_PROTOCOL FALSE /* Android requires FALSE */
+#define BT_TRACE_PROTOCOL TRUE /* Android requires TRUE */
#endif
/******************************************************************************