Change log directory's owner 43/118243/1
authorSeungyoun Ju <sy39.ju@samsung.com>
Wed, 8 Mar 2017 07:59:11 +0000 (16:59 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Thu, 9 Mar 2017 09:15:34 +0000 (18:15 +0900)
[Model] COMMON
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A

[Problem] BT hcidump is not gathered
[Cause & Measure] Directory owner is set as invalid user. So bt-hci-logdump.sh
 cannot acesss it
[Checking Method] *#9900#

[Team] Basic connection
[Developer] Seungyoun Ju
[Solution company] Samsung
[Change Type] Specification change

Change-Id: I2c075f804baafebe0cc84bad8f264f7bbe60928f

bluetooth_log_dump.sh

index 2254e9f..40d0403 100755 (executable)
@@ -11,7 +11,7 @@ PREV_PWD=${PWD}
 BT_DATA_DIR=/var/lib/bluetooth
 
 mkdir -p ${BLUETOOTH_DEBUG}
-${CHOWN} 200:200 ${BLUETOOTH_DEBUG}
+${CHOWN} 551:551 ${BLUETOOTH_DEBUG}
 
 if [ -e ${BT_DATA_DIR} ]
 then