Print dlerror() for debugging 93/171293/1
authorsurya.kumar7 <surya.kumar7@samsung.com>
Wed, 28 Feb 2018 07:30:23 +0000 (13:00 +0530)
committersurya.kumar7 <surya.kumar7@samsung.com>
Wed, 28 Feb 2018 08:59:42 +0000 (14:29 +0530)
commita3d10ea3a3024a4df111443dafad5f0786bf4042
tree5501219510cbdad5c0d00598968159b214e87ffd
parent5c4f17218595a535cba3378d1a7828974d430218
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