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
具体日志我用logfox抓了一下,目前可稳定触发崩溃
手机型号是redmi k60 pro
刷了类原生安卓14,安全更新2024年9月5日
FATAL EXCEPTION: binder:9228_4
Process: com.xiaoyv.bangumi, PID: 9228
javax.net.ssl.SSLHandshakeException: connection closed
at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:356)
at com.android.org.conscrypt.ConscryptEngineSocket.doHandshake(ConscryptEngineSocket.java:239)
at com.android.org.conscrypt.ConscryptEngineSocket.startHandshake(ConscryptEngineSocket.java:218)
at okhttp3.internal.connection.ConnectPlan.connectTls(ConnectPlan.kt:323)
at okhttp3.internal.connection.ConnectPlan.connectTlsEtc(ConnectPlan.kt:188)
at okhttp3.internal.connection.FastFallbackExchangeFinder.find(FastFallbackExchangeFinder.kt:78)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:267)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:84)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:65)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.xiaoyv.common.api.interceptor.JsonAuthInterceptor.intercept(JsonAuthInterceptor.kt:25)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.xiaoyv.common.api.interceptor.DouBanInterceptor.intercept(DouBanInterceptor.kt:31)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.xiaoyv.common.api.interceptor.CommonInterceptor.intercept(CommonInterceptor.kt:54)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:205)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:537)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Caused by: java.io.EOFException: connection closed
... 25 more
在正常使用过程中,突然出现bgm for Android屡次停止运行
前置条件:我的一号手机连接着二号手机热点,手动把二号手机热点关闭后,bgm崩溃
触发原因我已经研究出来了,把桌面小组件(每日番剧)添加到桌面,然后让它加载出东西,切换一次网络,必然触发。
具体日志我用logfox抓了一下,目前可稳定触发崩溃
手机型号是redmi k60 pro
刷了类原生安卓14,安全更新2024年9月5日
The text was updated successfully, but these errors were encountered: