pub(crate) fn emit_backend_init_failed(
app_handle: &AppHandle,
backend: &'static str,
message: String,
)Expand description
Log a backend-initialization failure and notify the frontend, so the UI can surface “playback unavailable” instead of the app hard-crashing.