-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
The problem exists in acra4.7, Android 5.1.1. Device D5803.
java.lang.InternalError: Thread starting during runtime shutdown
at java.lang.Thread.nativeCreate(Native Method)
at java.lang.Thread.start(Thread.java:1063)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:920)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1336)
at com.android.okhttp.ConnectionPool.scheduleCleanupAsRequired(ConnectionPool.java:367)
at com.android.okhttp.ConnectionPool.get(ConnectionPool.java:265)
at com.android.okhttp.internal.http.RouteSelector.next(RouteSelector.java:109)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:272)
at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:211)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:382)
at com.android.okhttp.internal.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:106)
at org.acra.util.HttpRequest.send(SourceFile:123)
at org.acra.sender.HttpSender.send(SourceFile:245)
at org.acra.SendWorker.sendCrashReport(SourceFile:181)
at org.acra.SendWorker.checkAndSendReports(SourceFile:140)
at org.acra.SendWorker.run(SourceFile:76)