diff options
author | Kausik Sinnaswamy <kausik@broadcom.com> | 2012-04-13 19:05:57 +0530 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:16 -0700 |
commit | 8c75742a25906bd91a441d94fa529685f80de234 (patch) | |
tree | 924f3e3ac3b4f4636caa611f2fd7a8bb03cb5d22 /conf/samsung/crespo/bt_vendor.conf | |
parent | a9a2e99c49b43c64a5bec3a9f9bb636a6c95c9d5 (diff) | |
download | external_bluetooth_bluedroid-8c75742a25906bd91a441d94fa529685f80de234.zip external_bluetooth_bluedroid-8c75742a25906bd91a441d94fa529685f80de234.tar.gz external_bluetooth_bluedroid-8c75742a25906bd91a441d94fa529685f80de234.tar.bz2 |
By default, keep BTSnoop logging disabled. This causes delays during BT
disable when closing the snoop logfile
Change-Id: I89b934d599214ee3ec1b5f52b72fd2d496d1f2a6
Diffstat (limited to 'conf/samsung/crespo/bt_vendor.conf')
-rw-r--r-- | conf/samsung/crespo/bt_vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/samsung/crespo/bt_vendor.conf b/conf/samsung/crespo/bt_vendor.conf index 5bfc8a5..95d0ee0 100644 --- a/conf/samsung/crespo/bt_vendor.conf +++ b/conf/samsung/crespo/bt_vendor.conf @@ -12,7 +12,7 @@ EnableDebug = true # The sub-key to enable/disable BtSnoop logging function # The key is masked off if EnableDebug is false # valid value : true, false -BtSnoopLogOutput = true +BtSnoopLogOutput = false # BtSnoop log output file BtSnoopFileName = /data/misc/bluedroid/btsnoop_hci.log |