Modify wrong socket_fd to communicate with media-server 27/115727/1
authorJiyong Min <jiyong.min@samsung.com>
Thu, 9 Feb 2017 10:52:50 +0000 (19:52 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Tue, 21 Feb 2017 06:38:45 +0000 (22:38 -0800)
commitc4365179ef4d1606cb6998feb5f45faaa4ebda79
tree92e2e6301440f63bccca43fbe6c96a0fd1367315
parentc0fc470083fb456b2ba97002b520da82a2c31ad0
Modify wrong socket_fd to communicate with media-server

 - The socket_fd should be not -1.

 - Socket timeout was increased to 60 sec.
  The timeout error happen frequently.
  As the result which we tested, it took 30 sec or more at wrost case.
  So it was increased to 60 sec.

 - ETC
  Arrange white space and logs

Change-Id: I3bd2adfd4a0d54f684dc7819685b0f74558e0fc6
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
(cherry picked from commit 8490ba208cd2315dece1059b089ab4944fab2455)
include/DcmIpcUtils.h
include/DcmTypes.h
src/DcmIpcUtils.cpp
svc/DcmMainSvc.cpp