This patch incorporated dlog internal API "__dlog_print()"
changes in attach-panel-camera application.
Change-Id: Ic6d7bd43e32da627e0dc9b9a67aa27d88e8d87a0
if (ret != IMAGE_UTIL_ERROR_NONE) {
DBG("image_util_decode_run failed %d ", ret);
}
- DBG("Decoded jpeg buffer width =%d ,height = %d ,size_decode = %d", width, height, size_decode);
+ DBG("Decoded jpeg buffer width =%lu ,height = %lu ,size_decode = %llu", width, height, size_decode);
ret = image_util_decode_destroy(decode_h);
if (ret != IMAGE_UTIL_ERROR_NONE) {