Confirmed users
192
edits
Shawn huang (talk | contribs) |
Shawn huang (talk | contribs) |
||
Line 116: | Line 116: | ||
Another way to enable external runtime parse tool such as hcidump is to enable BTSNOOP_EXT_PARSER_INCLUDED. | Another way to enable external runtime parse tool such as hcidump is to enable BTSNOOP_EXT_PARSER_INCLUDED. | ||
See hci/include/bt_hci_bdroid.h, by default the debugging port is port 4330. | See hci/include/bt_hci_bdroid.h, by default the debugging port is port 4330. | ||
---- | |||
Turn off optimization | |||
Recomplile bluedroid stack with LOCAL_CFLAGS += -O0 (http://androidxref.com/4.3_r2.1/xref/external/bluetooth/bluedroid/main/Android.mk#116). | |||
---- | |||
==== Log tool ==== | ==== Log tool ==== |