Function binder_ndk_sys::AStatus_getDescription

source ยท
pub unsafe extern "C" fn AStatus_getDescription(
    status: *const AStatus,
) -> *const c_char
Expand description

Get human-readable description for debugging.

Available since API level 30.

\param status the status being queried.

\return a description, must be deleted with AStatus_deleteDescription.