Don't launch BT logger service 81/177281/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20180427.062433 submit/tizen_4.0/20180427.001657
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 27 Apr 2018 00:15:04 +0000 (09:15 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 27 Apr 2018 00:15:04 +0000 (09:15 +0900)
btsnoop process occurs the crash continously.
Before fixing that issue, comment out the launching part.

Change-Id: I4dea0831e084b79b49938939ff34f159fe2bc7c4
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
scripts/mobile/bt-stack-up.sh
scripts/wearable/bt-stack-up.sh

index 3b144b2..f6b5321 100644 (file)
@@ -6,14 +6,14 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 #
 
 # Start HCI logging
-systemctl start bluetooth-hci-logger.service
+#systemctl start bluetooth-hci-logger.service
 
 # Register BT Device
 /usr/etc/bluetooth/bt-dev-start.sh
 
 if !(/usr/bin/hciconfig | grep hci); then
        echo "Registering BT device is failed."
-       systemctl stop bluetooth-hci-logger.service
+#      systemctl stop bluetooth-hci-logger.service
        exit 1
 fi
 
index 1116e6b..7f907cb 100755 (executable)
@@ -26,14 +26,14 @@ fi
 #
 
 # Start HCI logging
-systemctl start bluetooth-hci-logger.service
+#systemctl start bluetooth-hci-logger.service
 
 # Register BT Device
 /usr/etc/bluetooth/bt-dev-start.sh
 
 if !(/usr/bin/hciconfig | grep hci); then
        echo "Registering BT device is failed."
-       systemctl stop bluetooth-hci-logger.service
+#      systemctl stop bluetooth-hci-logger.service
        exit 1
 fi