We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated to the last version of LiveKit for compiling for Android, and my app is crashing.
To discard that problem from my app, I tried with your example app in examples/mobile/, and it's crashing in the same place.
examples/mobile/
I compiled without stripping debug symbols and I'm getting this call stack:
04-20 10:01:05.177 31546 31546 F DEBUG : Cmdline: io.livekit.rustexample 04-20 10:01:05.177 31546 31546 F DEBUG : pid: 31497, tid: 31537, name: tokio-runtime-w >>> io.livekit.rustexample <<< 04-20 10:01:05.178 31546 31546 F DEBUG : #01 pc 00000000013d71dc /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (rtc::webrtc_checks_impl::WriteFatalLog(std::__ndk1::basic_string_view<char, std::__ndk1::char_traits<char> >)+156) 04-20 10:01:05.178 31546 31546 F DEBUG : #02 pc 00000000013d7870 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (rtc::webrtc_checks_impl::FatalLog(char const*, int, char const*, rtc::webrtc_checks_impl::CheckArgType const*, ...)+416) 04-20 10:01:05.178 31546 31546 F DEBUG : #03 pc 0000000000edfd24 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_jmethodID* webrtc::MethodID::LazyGet<(webrtc::MethodID::Type)1>(_JNIEnv*, _jclass*, char const*, char const*, std::__ndk1::atomic<_jmethodID*>*)+224) 04-20 10:01:05.178 31546 31546 F DEBUG : #04 pc 0000000000eded08 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (void jni_generator::JniJavaCallContextUnchecked::Init<(webrtc::MethodID::Type)1>(_JNIEnv*, _jclass*, char const*, char const*, std::__ndk1::atomic<_jmethodID*>*)+68) 04-20 10:01:05.178 31546 31546 F DEBUG : #05 pc 0000000000edebf4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (void jni_generator::JniJavaCallContextChecked::Init<(webrtc::MethodID::Type)1>(_JNIEnv*, _jclass*, char const*, char const*, std::__ndk1::atomic<_jmethodID*>*)+24) 04-20 10:01:05.178 31546 31546 F DEBUG : #06 pc 00000000010aec28 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (webrtc::jni::VideoCodecInfoToSdpVideoFormat(_JNIEnv*, webrtc::JavaRef<_jobject*> const&)+136) 04-20 10:01:05.178 31546 31546 F DEBUG : #07 pc 00000000010ac73c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::vector<webrtc::SdpVideoFormat, std::__ndk1::allocator<webrtc::SdpVideoFormat> > webrtc::JavaToNativeVector<webrtc::SdpVideoFormat, webrtc::SdpVideoFormat (*)(_JNIEnv*, webrtc::JavaRef<_jobject*> const&)>(_JNIEnv*, webrtc::JavaRef<_jobjectArray*> const&, webrtc::SdpVideoFormat (*)(_JNIEnv*, webrtc::JavaRef<_jobject*> const&))+152) 04-20 10:01:05.178 31546 31546 F DEBUG : #08 pc 00000000010ac5bc /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (webrtc::jni::VideoEncoderFactoryWrapper::VideoEncoderFactoryWrapper(_JNIEnv*, webrtc::JavaRef<_jobject*> const&)+228) 04-20 10:01:05.178 31546 31546 F DEBUG : #09 pc 00000000010a2f74 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__unique_if<webrtc::jni::VideoEncoderFactoryWrapper>::__unique_single std::__ndk1::make_unique<webrtc::jni::VideoEncoderFactoryWrapper, _JNIEnv*&, webrtc::JavaParamRef<_jobject*> >(_JNIEnv*&, webrtc::JavaParamRef<_jobject*>&&)+52) 04-20 10:01:05.178 31546 31546 F DEBUG : #10 pc 00000000010a2f20 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (webrtc::JavaToNativeVideoEncoderFactory(_JNIEnv*, _jobject*)+44) 04-20 10:01:05.178 31546 31546 F DEBUG : #11 pc 000000000151e3d8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::CreateAndroidVideoEncoderFactory()+200) 04-20 10:01:05.178 31546 31546 F DEBUG : #12 pc 00000000015122e4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::VideoEncoderFactory::InternalFactory::InternalFactory()+84) 04-20 10:01:05.178 31546 31546 F DEBUG : #13 pc 000000000151359c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__unique_if<livekit::VideoEncoderFactory::InternalFactory>::__unique_single std::__ndk1::make_unique<livekit::VideoEncoderFactory::InternalFactory>()+40) 04-20 10:01:05.178 31546 31546 F DEBUG : #14 pc 00000000015134e0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::VideoEncoderFactory::VideoEncoderFactory()+72) 04-20 10:01:05.178 31546 31546 F DEBUG : #15 pc 00000000014f737c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__unique_if<livekit::VideoEncoderFactory>::__unique_single std::__ndk1::make_unique<livekit::VideoEncoderFactory>()+32) 04-20 10:01:05.178 31546 31546 F DEBUG : #16 pc 00000000014f6994 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::PeerConnectionFactory::PeerConnectionFactory(std::__ndk1::shared_ptr<livekit::RtcRuntime>)+1012) 04-20 10:01:05.178 31546 31546 F DEBUG : #17 pc 00000000014fc9a8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__compressed_pair_elem<livekit::PeerConnectionFactory, 1, false>::__compressed_pair_elem<std::__ndk1::shared_ptr<livekit::RtcRuntime>&&, 0ul>(std::__ndk1::piecewise_construct_t, std::__ndk1::tuple<std::__ndk1::shared_ptr<livekit::RtcRuntime>&&>, std::__ndk1::__tuple_indices<0ul>)+84) 04-20 10:01:05.178 31546 31546 F DEBUG : #18 pc 00000000014fc638 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__compressed_pair<std::__ndk1::allocator<livekit::PeerConnectionFactory>, livekit::PeerConnectionFactory>::__compressed_pair<std::__ndk1::allocator<livekit::PeerConnectionFactory>&, std::__ndk1::shared_ptr<livekit::RtcRuntime>&&>(std::__ndk1::piecewise_construct_t, std::__ndk1::tuple<std::__ndk1::allocator<livekit::PeerConnectionFactory>&>, std::__ndk1::tuple<std::__ndk1::shared_ptr<livekit::RtcRuntime>&&>)+124) 04-20 10:01:05.178 31546 31546 F DEBUG : #19 pc 00000000014fc2a0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::__shared_ptr_emplace<livekit::PeerConnectionFactory, std::__ndk1::allocator<livekit::PeerConnectionFactory> >::__shared_ptr_emplace<std::__ndk1::shared_ptr<livekit::RtcRuntime> >(std::__ndk1::allocator<livekit::PeerConnectionFactory>, std::__ndk1::shared_ptr<livekit::RtcRuntime>&&)+132) 04-20 10:01:05.178 31546 31546 F DEBUG : #20 pc 00000000014f82b8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::__ndk1::enable_if<!(is_array<livekit::PeerConnectionFactory>::value), std::__ndk1::shared_ptr<livekit::PeerConnectionFactory> >::type std::__ndk1::make_shared<livekit::PeerConnectionFactory, std::__ndk1::shared_ptr<livekit::RtcRuntime> >(std::__ndk1::shared_ptr<livekit::RtcRuntime>&&)+140) 04-20 10:01:05.178 31546 31546 F DEBUG : #21 pc 00000000014f81f0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::create_peer_connection_factory()+40) 04-20 10:01:05.178 31546 31546 F DEBUG : #22 pc 00000000014e0010 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit$cxxbridge1$create_peer_connection_factory+36) 04-20 10:01:05.178 31546 31546 F DEBUG : #23 pc 0000000000ed3814 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (webrtc_sys::peer_connection_factory::ffi::create_peer_connection_factory::h650615e53b19f5e3+24) 04-20 10:01:05.178 31546 31546 F DEBUG : #24 pc 0000000000e866d4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$libwebrtc..imp..peer_connection_factory..PeerConnectionFactory$u20$as$u20$core..default..Default$GT$::default::hda9cab405b69757b+116) 04-20 10:01:05.178 31546 31546 F DEBUG : #25 pc 00000000009e8438 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$libwebrtc..peer_connection_factory..PeerConnectionFactory$u20$as$u20$core..default..Default$GT$::default::hc2c5a9773c77d26b+16) 04-20 10:01:05.178 31546 31546 F DEBUG : #26 pc 000000000081c2d4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::rtc_engine::lk_runtime::LkRuntime::instance::ha9b7ee27e0b078e5+248) 04-20 10:01:05.178 31546 31546 F DEBUG : #27 pc 00000000007dfa34 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::rtc_engine::EngineInner::connect::_$u7b$$u7b$closure$u7d$$u7d$::h930cbd4bacbd5284+280) 04-20 10:01:05.178 31546 31546 F DEBUG : #28 pc 00000000007e1200 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::rtc_engine::RtcEngine::connect::_$u7b$$u7b$closure$u7d$$u7d$::ha16d49d91c4ed4b8+492) 04-20 10:01:05.178 31546 31546 F DEBUG : #29 pc 00000000007d6124 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (livekit::room::Room::connect::_$u7b$$u7b$closure$u7d$$u7d$::h65651b0884c4a8cc+884) 04-20 10:01:05.178 31546 31546 F DEBUG : #30 pc 00000000007ec678 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (mobile::livekit_connect::_$u7b$$u7b$closure$u7d$$u7d$::h66c043ca252ba3e5+508) 04-20 10:01:05.178 31546 31546 F DEBUG : #31 pc 00000000007dd61c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hbde2059b8808cbb5+128) 04-20 10:01:05.178 31546 31546 F DEBUG : #32 pc 00000000007dcb04 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hb0a8665c39c41b59+88) 04-20 10:01:05.178 31546 31546 F DEBUG : #33 pc 00000000007f1fa4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hf678ad33562fe0e2+56) 04-20 10:01:05.178 31546 31546 F DEBUG : #34 pc 00000000007d30e4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h88ada24e270bfb45+36) 04-20 10:01:05.178 31546 31546 F DEBUG : #35 pc 00000000007e3964 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::do_call::h8385be56a049fb71+72) 04-20 10:01:05.178 31546 31546 F DEBUG : #36 pc 00000000007e5ab0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (__rust_try+24) 04-20 10:01:05.178 31546 31546 F DEBUG : #37 pc 00000000007e24c8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::haabbe72e0af60ded+88) 04-20 10:01:05.178 31546 31546 F DEBUG : #38 pc 00000000007f7fe4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panic::catch_unwind::h8a1f0e5274965ef7+4) 04-20 10:01:05.178 31546 31546 F DEBUG : #39 pc 00000000007f13a0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::poll_future::hd49dc7520e786853+84) 04-20 10:01:05.178 31546 31546 F DEBUG : #40 pc 00000000007f25e4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::h77ac4d363e2bd37b+152) 04-20 10:01:05.178 31546 31546 F DEBUG : #41 pc 00000000007f47c8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::heac50480b03720a3+20) 04-20 10:01:05.178 31546 31546 F DEBUG : #42 pc 00000000007eeb20 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::raw::poll::h45ba1259f77e388d+28) 04-20 10:01:05.178 31546 31546 F DEBUG : #43 pc 00000000015c1564 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::raw::RawTask::poll::h5c98a805af6d511f+44) 04-20 10:01:05.178 31546 31546 F DEBUG : #44 pc 00000000015a6290 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::LocalNotified$LT$S$GT$::run::h532c3820813c5e00+36) 04-20 10:01:05.178 31546 31546 F DEBUG : #45 pc 00000000015ca9e8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::haff8492224f293ff+40) 04-20 10:01:05.178 31546 31546 F DEBUG : #46 pc 00000000015ca8d8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h277a223adcc5cc8b+736) 04-20 10:01:05.178 31546 31546 F DEBUG : #47 pc 00000000015ca220 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::Context::run::hf22a4d3f2a0bf862+540) 04-20 10:01:05.178 31546 31546 F DEBUG : #48 pc 00000000015c9f44 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h1cf55ba2c8ebfa7d+96) 04-20 10:01:05.178 31546 31546 F DEBUG : #49 pc 0000000001595514 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::context::scoped::Scoped$LT$T$GT$::set::h7b447a76bc7d752e+140) 04-20 10:01:05.178 31546 31546 F DEBUG : #50 pc 00000000015886dc /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::context::set_scheduler::_$u7b$$u7b$closure$u7d$$u7d$::h057726177b45a394+32) 04-20 10:01:05.178 31546 31546 F DEBUG : #51 pc 00000000015a2274 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::thread::local::LocalKey$LT$T$GT$::try_with::h2214f3b4dc88f859+196) 04-20 10:01:05.178 31546 31546 F DEBUG : #52 pc 00000000015a1c4c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::thread::local::LocalKey$LT$T$GT$::with::h1679100f53caa4db+16) 04-20 10:01:05.178 31546 31546 F DEBUG : #53 pc 0000000001588670 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::context::set_scheduler::h945fd681d3ff8389+60) 04-20 10:01:05.178 31546 31546 F DEBUG : #54 pc 00000000015c9e70 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h763171542d81d1df+268) 04-20 10:01:05.178 31546 31546 F DEBUG : #55 pc 0000000001571754 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::context::runtime::enter_runtime::hca9dfb26319733d2+208) 04-20 10:01:05.178 31546 31546 F DEBUG : #56 pc 00000000015c9cb4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::run::h1fe6e1d6c16afa87+340) 04-20 10:01:05.178 31546 31546 F DEBUG : #57 pc 00000000015c9b50 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hcc0b292d29305ba9+16) 04-20 10:01:05.178 31546 31546 F DEBUG : #58 pc 00000000015a66b8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h029272d8b11b590c+128) 04-20 10:01:05.178 31546 31546 F DEBUG : #59 pc 000000000158a338 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::hf11592f1dff2eb73+124) 04-20 10:01:05.178 31546 31546 F DEBUG : #60 pc 0000000001589e28 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::h8dc749b61071f23c+88) 04-20 10:01:05.178 31546 31546 F DEBUG : #61 pc 000000000156c6ec /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::ha13e8d49c9e8a0c1+56) 04-20 10:01:05.178 31546 31546 F DEBUG : #62 pc 000000000155ae18 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hb34baa4dd23048fe+36) 04-20 10:01:05.178 31546 31546 F DEBUG : #63 pc 0000000001574bd4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::do_call::he5e897f6e9884051+72) 04-20 10:01:05.178 31546 31546 F DEBUG : #64 pc 0000000001575a34 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (__rust_try+24) 04-20 10:01:05.178 31546 31546 F DEBUG : #65 pc 0000000001573d70 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::hb52057f1c2f46bc1+88) 04-20 10:01:05.178 31546 31546 F DEBUG : #66 pc 0000000001594bf8 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panic::catch_unwind::hbc670d0f84f59870+4) 04-20 10:01:05.178 31546 31546 F DEBUG : #67 pc 000000000156c29c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::poll_future::hbf1ce4ea62e853be+84) 04-20 10:01:05.179 31546 31546 F DEBUG : #68 pc 000000000156a474 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hb046fccdadf5050e+152) 04-20 10:01:05.179 31546 31546 F DEBUG : #69 pc 0000000001569e20 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5a75faa13c7d259c+20) 04-20 10:01:05.179 31546 31546 F DEBUG : #70 pc 00000000015c1914 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::raw::poll::hc751560c52b2c35a+28) 04-20 10:01:05.179 31546 31546 F DEBUG : #71 pc 00000000015c1564 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::raw::RawTask::poll::h5c98a805af6d511f+44) 04-20 10:01:05.179 31546 31546 F DEBUG : #72 pc 00000000015a634c /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::task::UnownedTask$LT$S$GT$::run::h733fd2b5fd4eecec+56) 04-20 10:01:05.179 31546 31546 F DEBUG : #73 pc 0000000001566484 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::blocking::pool::Task::run::hc4b6fc6ca96c1173+20) 04-20 10:01:05.179 31546 31546 F DEBUG : #74 pc 0000000001568768 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::blocking::pool::Inner::run::h6166662233c0251b+504) 04-20 10:01:05.179 31546 31546 F DEBUG : #75 pc 00000000015684dc /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::he2502bfd232b628d+136) 04-20 10:01:05.179 31546 31546 F DEBUG : #76 pc 0000000001561114 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::sys_common::backtrace::__rust_begin_short_backtrace::h8f6a56c65912e9e2+8) 04-20 10:01:05.179 31546 31546 F DEBUG : #77 pc 000000000156e664 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h08680c0852a5dfbf+32) 04-20 10:01:05.179 31546 31546 F DEBUG : #78 pc 000000000155acb4 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h87d063405837e132+32) 04-20 10:01:05.179 31546 31546 F DEBUG : #79 pc 0000000001574628 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::do_call::h2a8accb23fa8b9c6+64) 04-20 10:01:05.179 31546 31546 F DEBUG : #80 pc 0000000001575a34 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (__rust_try+24) 04-20 10:01:05.179 31546 31546 F DEBUG : #81 pc 0000000001573b08 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::panicking::try::h67415aee774fdc72+68) 04-20 10:01:05.179 31546 31546 F DEBUG : #82 pc 000000000156e4f0 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h8b156a939977b36d+368) 04-20 10:01:05.179 31546 31546 F DEBUG : #83 pc 00000000015afd80 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcb0e56b63bc3b25d+16) 04-20 10:01:05.179 31546 31546 F DEBUG : #84 pc 0000000001618b14 /data/app/~~wHMZJk8AvtTZnkju61tOFw==/io.livekit.rustexample-IPPlTdV2o5-cJNNAcXUVBA==/base.apk (offset 0x139b000) (std::sys::pal::unix::thread::Thread::new::thread_start::hd215dc0c009a5708+32) 04-20 10:01:05.201 1074 1253 W ActivityManager: Missing app error report, app = io.livekit.rustexample crashing = true notResponding = false 04-20 10:01:05.203 1074 31556 W ActivityTaskManager: Force finishing activity io.livekit.rustexample/.MainActivity
Looks like, it's something with the webrtc video codec if I'm not wrong
The text was updated successfully, but these errors were encountered:
This should be fixed in the latest version. Please reopen if issue persists
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I updated to the last version of LiveKit for compiling for Android, and my app is crashing.
To discard that problem from my app, I tried with your example app in
examples/mobile/
, and it's crashing in the same place.I compiled without stripping debug symbols and I'm getting this call stack:
Looks like, it's something with the webrtc video codec if I'm not wrong
The text was updated successfully, but these errors were encountered: