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
崩溃线程:FrescoIoBoundExecutor-1
异常堆栈: java.lang.VerifyError: Verifier rejected class com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished() failed to verify: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished(): [0x15] cannot access instance field int com.facebook.imagepipeline.producers.ThrottlingProducer.mNumCurrentRequests from object of type Reference: com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer (declaration of 'com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer' appears in base.apk) com.facebook.imagepipeline.producers.ThrottlingProducer.produceResultsInternal(:3) com.facebook.imagepipeline.producers.ThrottlingProducer.produceResults(:16) com.facebook.imagepipeline.producers.BranchOnSeparateImagesProducer$OnFirstImageConsumer.onFailureImpl(:1) com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6) com.facebook.imagepipeline.producers.DelegatingConsumer.onFailureImpl(:1) com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6) com.facebook.imagepipeline.producers.ThumbnailBranchProducer$ThumbnailConsumer.onFailureImpl(:5) com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6) com.facebook.imagepipeline.producers.StatefulProducerRunnable.onFailure(:14) com.facebook.common.executors.StatefulRunnable.run(:20) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) com.facebook.imagepipeline.core.PriorityThreadFactory$1.run(:5) java.lang.Thread.run(Thread.java:919)
发生异常概率极高,崩溃率40%多,机型和系统分布广泛。
关闭插件后正常。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
崩溃线程:FrescoIoBoundExecutor-1
异常堆栈:
java.lang.VerifyError: Verifier rejected class com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished() failed to verify: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished(): [0x15] cannot access instance field int com.facebook.imagepipeline.producers.ThrottlingProducer.mNumCurrentRequests from object of type Reference: com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer (declaration of 'com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer' appears in base.apk)
com.facebook.imagepipeline.producers.ThrottlingProducer.produceResultsInternal(:3)
com.facebook.imagepipeline.producers.ThrottlingProducer.produceResults(:16)
com.facebook.imagepipeline.producers.BranchOnSeparateImagesProducer$OnFirstImageConsumer.onFailureImpl(:1)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.DelegatingConsumer.onFailureImpl(:1)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.ThumbnailBranchProducer$ThumbnailConsumer.onFailureImpl(:5)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.StatefulProducerRunnable.onFailure(:14)
com.facebook.common.executors.StatefulRunnable.run(:20)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
com.facebook.imagepipeline.core.PriorityThreadFactory$1.run(:5)
java.lang.Thread.run(Thread.java:919)
发生异常概率极高,崩溃率40%多,机型和系统分布广泛。
关闭插件后正常。
The text was updated successfully, but these errors were encountered: