【发布时间】:2018-01-16 22:58:47
【问题描述】:
我正在使用 Fabric 报告我的应用程序崩溃。 我已经收到这些报告很长时间了,并且崩溃的数量不断增加。
Fatal Exception: java.lang.InternalError: Thread starting during runtime shutdown
at java.lang.Thread.nativeCreate(Thread.java)
at java.lang.Thread.start(Thread.java:730)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:941)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1009)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1151)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
此报告还附有 62 个主题的列表,如果你们愿意,我可以在这里发布。
我不知道是哪部分代码导致了这个问题,也不知道如何复制这个错误。所以希望你能指导我找到并解决这个案子。
【问题讨论】:
标签: android multithreading crashlytics fabric.io