diff options
author | Sreenidhi T <nidhit@broadcom.com> | 2012-04-16 22:25:59 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:17 -0700 |
commit | 05de7b425090822ed298bb23f6929f6f23255068 (patch) | |
tree | cd1652c1f07bbc6cfc26bdd0527fb38fe9e9923b /conf | |
parent | 939342d7dc180797ea0b27d6fd7a30216189c5c4 (diff) | |
download | external_bluetooth_bluedroid-05de7b425090822ed298bb23f6929f6f23255068.zip external_bluetooth_bluedroid-05de7b425090822ed298bb23f6929f6f23255068.tar.gz external_bluetooth_bluedroid-05de7b425090822ed298bb23f6929f6f23255068.tar.bz2 |
Changes done to move btsnoop log to sdcard
Change-Id: I51ef7e1130a86ed2c757c7e7cf7e15f993537949
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 7185ca8..2d4f0e7 100644 --- a/conf/moto/wingray/bt_vendor.conf +++ b/conf/moto/wingray/bt_vendor.conf @@ -15,7 +15,7 @@ EnableDebug = true BtSnoopLogOutput = false # BtSnoop log output file -BtSnoopFileName = /data/misc/bluedroid/btsnoop_hci.log +BtSnoopFileName = /sdcard/btsnoop_hci.log # The sub-key to enable/disable trace output of main vendor lib module # The key is masked off if EnableDebug is false diff --git a/conf/samsung/crespo/bt_vendor.conf b/conf/samsung/crespo/bt_vendor.conf index 95d0ee0..0c4910c 100644 --- a/conf/samsung/crespo/bt_vendor.conf +++ b/conf/samsung/crespo/bt_vendor.conf @@ -15,7 +15,7 @@ EnableDebug = true BtSnoopLogOutput = false # BtSnoop log output file -BtSnoopFileName = /data/misc/bluedroid/btsnoop_hci.log +BtSnoopFileName = /sdcard/btsnoop_hci.log # The sub-key to enable/disable trace output of main vendor lib module # The key is masked off if EnableDebug is false diff --git a/conf/samsung/crespo4g/bt_vendor.conf b/conf/samsung/crespo4g/bt_vendor.conf index 95d0ee0..0c4910c 100644 --- a/conf/samsung/crespo4g/bt_vendor.conf +++ b/conf/samsung/crespo4g/bt_vendor.conf @@ -15,7 +15,7 @@ EnableDebug = true BtSnoopLogOutput = false # BtSnoop log output file -BtSnoopFileName = /data/misc/bluedroid/btsnoop_hci.log +BtSnoopFileName = /sdcard/btsnoop_hci.log # The sub-key to enable/disable trace output of main vendor lib module # The key is masked off if EnableDebug is false diff --git a/conf/samsung/maguro/bt_vendor.conf b/conf/samsung/maguro/bt_vendor.conf index e082c3a..b20482a 100644 --- a/conf/samsung/maguro/bt_vendor.conf +++ b/conf/samsung/maguro/bt_vendor.conf @@ -15,7 +15,7 @@ EnableDebug = true BtSnoopLogOutput = false # BtSnoop log output file -BtSnoopFileName = /data/misc/bluedroid/btsnoop_hci.log +BtSnoopFileName = /sdcard/btsnoop_hci.log # The sub-key to enable/disable trace output of main vendor lib module # The key is masked off if EnableDebug is false |