Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20bd96e6 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

volume listener: provide more debugging info when effect desc is null

am: e02448b3

Change-Id: Ia9fe6bab0f81120eed21c630edcaa4d74e5e5b2b
parents 6afb304f e02448b3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -770,9 +770,7 @@ static int vol_prc_lib_release(effect_handle_t handle)
    if (recv_contex->desc == NULL) {
        ALOGE("%s: Got NULL descriptor, session %u, stream type %u",
                __func__, session_id, stream_type);
        if (dumping_enabled) {
        dump_list_l();
        }
        pthread_mutex_unlock(&vol_listner_init_lock);
        return status;
    }