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 | |
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')
-rw-r--r-- | conf/moto/wingray/bt_vendor.conf | 2 | ||||
-rw-r--r-- | conf/samsung/crespo/bt_vendor.conf | 2 | ||||
-rw-r--r-- | conf/samsung/crespo4g/bt_vendor.conf | 2 | ||||
-rw-r--r-- | conf/samsung/maguro/bt_vendor.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/moto/wingray/bt_vendor.conf b/conf/moto/wingray/bt_vendor.conf index a7ec8c7..7185ca8 100644 --- a/conf/moto/wingray/bt_vendor.conf +++ b/conf/moto/wingray/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 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 diff --git a/conf/samsung/crespo4g/bt_vendor.conf b/conf/samsung/crespo4g/bt_vendor.conf index 5bfc8a5..95d0ee0 100644 --- a/conf/samsung/crespo4g/bt_vendor.conf +++ b/conf/samsung/crespo4g/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 diff --git a/conf/samsung/maguro/bt_vendor.conf b/conf/samsung/maguro/bt_vendor.conf index fe75246..e082c3a 100644 --- a/conf/samsung/maguro/bt_vendor.conf +++ b/conf/samsung/maguro/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 |