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
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:346)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at com.litesuits.http.request.AbstractRequest.reqToString(AbstractRequest.java)
at com.litesuits.http.request.AbstractRequest.toString(AbstractRequest.java)
at java.lang.StringBuilder.append(StringBuilder.java:202)
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:346)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:375)
at com.litesuits.http.request.AbstractRequest.reqToString(AbstractRequest.java)
at com.litesuits.http.request.AbstractRequest.toString(AbstractRequest.java)
at java.lang.StringBuilder.append(StringBuilder.java:202)
感觉是reqToString中没有做线程安全处理导致,现在这个bug友盟每天都报,是我这个项目里最大的bug。
The text was updated successfully, but these errors were encountered: