我正在使用HttpURLConnection,当我使用conn.readInputStream()时,我得到一个RuntimeException。它并不总是可复制的,但用户已经报告了这种堆栈跟踪。java.lang.RuntimeException: java.util.NoSuchElementException
at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.verifyCertificateChain
我在Play Store中发布了一个应用程序。这是正常的,但在过去的几个月里,在Firebase的Crashlytics中有很多AndroidRuntimeException。下面是错误堆栈: at androidx.appcompat.app.AppCompatDelegateImpl.throwFeatureRequestIfSubDecorInstalled(AppCom