Change log directory's owner 44/118344/1
authorSeungyoun Ju <sy39.ju@samsung.com>
Wed, 8 Mar 2017 07:59:11 +0000 (16:59 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 10 Mar 2017 05:23:13 +0000 (14:23 +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: Ibe4519fa1521965e3358b1ba24f39cc952893241
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
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