You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to enumerate the available devices on Android using this code, through CPAL:
let host = cpal::default_host();ifletOk(dev) = host.devices(){for dev in dev {
log::warn!("DEVICE: {:?}", dev.name());}}
When running on a Pixel 4a 5G, I get this panic:
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/attila/.cargo/registry/src/github.com-1ecc6299db9ec823/oboe-0.4.5/src/java_interface/devices_info.rs:64:18
I'm trying to enumerate the available devices on Android using this code, through
CPAL
:When running on a Pixel 4a 5G, I get this panic:
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/attila/.cargo/registry/src/github.com-1ecc6299db9ec823/oboe-0.4.5/src/java_interface/devices_info.rs:64:18
cc: ruffle-rs/ruffle-android#4
The text was updated successfully, but these errors were encountered: