Android:如何处理E / art:在日志

时间:2016-09-26 21:44:57

标签: android gradle

有一段时间我在我的logcat中被错误日志折磨了,我不知道该怎么做。他们看起来像:

erexample E/art: ClassLinker::FindClass not found:Lokio/ForwardingTimeout;

E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ ChunkedSink;
E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ 1;
E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ ChunkedSource;
E / art:未找到ClassLinker :: FindClpass:Lokhttp3 / internal / http / Http1xStream $ AbstractSource;  E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ FixedLengthSink; E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ FixedLengthSource;
E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / Http1xStream $ UnknownLengthSource;
E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / StatusLine;
E / art:未找到ClassLinker :: FindClass:Lokhttp3 / internal / http / RequestLine;
E / art:未找到ClassLinker :: FindClass:Lokio / SegmentPool;
E / art:未找到ClassLinker :: FindClass:Lokio / Segment;

等。等

对于属于不同库(Glide,OkHttp,SupportLib等)的类,在数十个类上找不到FindClass

我不知道这里出了什么问题,怎么办。

有没有人可以开导我?

0 个答案:

没有答案