Loading system/stack/a2dp/a2dp_vendor_ldac_decoder.cc +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ bool A2DP_VendorLoadDecoderLdac(void) { // Open the decoder library ldac_bco_lib_handle = dlopen(LDAC_BCO_LIB_NAME, RTLD_NOW); if (ldac_bco_lib_handle == NULL) { LOG_ERROR("%s: cannot open LDAC decoder library %s: %s", __func__, LOG_INFO("%s: cannot open LDAC decoder library %s: %s", __func__, LDAC_BCO_LIB_NAME, dlerror()); return false; } Loading Loading
system/stack/a2dp/a2dp_vendor_ldac_decoder.cc +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ bool A2DP_VendorLoadDecoderLdac(void) { // Open the decoder library ldac_bco_lib_handle = dlopen(LDAC_BCO_LIB_NAME, RTLD_NOW); if (ldac_bco_lib_handle == NULL) { LOG_ERROR("%s: cannot open LDAC decoder library %s: %s", __func__, LOG_INFO("%s: cannot open LDAC decoder library %s: %s", __func__, LDAC_BCO_LIB_NAME, dlerror()); return false; } Loading