Print dlerror() for debugging 35/180035/1 submit/tizen/20180525.014112
authorsurya.kumar7 <surya.kumar7@samsung.com>
Wed, 28 Feb 2018 07:30:23 +0000 (13:00 +0530)
committersurya.kumar7 <surya.kumar7@samsung.com>
Thu, 24 May 2018 09:20:56 +0000 (14:50 +0530)
commit7f56f6ccb8f03d6162b5b2d19742bb35ac52e785
tree5d4e98147aba4097592a2cc3aa58843f50ddde10
parent57b3ac78e6d2dd5545147874a01684bed7a3b203
Print dlerror() for debugging

dlopen() fails for numerous reasons and returns NULL in such cases.
Logging the error will be useful for inspecting the failure reason.

Change-Id: Idc21de1165537160baf1c7dfbb76a2b3c3cfe2d8
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
loader/wrt_loader.cc