Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. I/dalvikvm( 1100): Could not find method org.apache.http.client.methods.HttpRequestBase.releaseConnection, referenced from method com.mashape.unirest.http.HttpClientHelper.request
  2. W/dalvikvm( 1100): VFY: unable to resolve virtual method 25703: Lorg/apache/http/client/methods/HttpRequestBase;.releaseConnection ()V
  3. D/dalvikvm( 1100): VFY: replacing opcode 0x6e at 0x0012
  4. I/dalvikvm( 1100): Could not find method org.apache.http.client.methods.HttpRequestBase.releaseConnection, referenced from method com.mashape.unirest.http.HttpClientHelper.request
  5. W/dalvikvm( 1100): VFY: unable to resolve virtual method 25703: Lorg/apache/http/client/methods/HttpRequestBase;.releaseConnection ()V
  6. D/dalvikvm( 1100): VFY: replacing opcode 0x6e at 0x0021
  7. I/dalvikvm( 1100): Could not find method org.apache.http.conn.routing.HttpRoute.getLocalSocketAddress, referenced from method org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect
  8. D/dalvikvm( 319): GC_CONCURRENT freed 500K, 23% free 10756K/13895K, paused 1ms+1ms, total 18ms
  9. W/dalvikvm( 1100): VFY: unable to resolve virtual method 26278: Lorg/apache/http/conn/routing/HttpRoute;.getLocalSocketAddress ()Ljava/net/InetSocketAddress;
  10. D/dalvikvm( 1100): VFY: replacing opcode 0x6e at 0x0020
  11. D/dalvikvm( 1100): DexOpt: couldn't find static field Lorg/apache/http/message/BasicLineFormatter;.INSTANCE
  12. W/dalvikvm( 1100): VFY: unable to resolve static field 11219 (INSTANCE) in Lorg/apache/http/message/BasicLineFormatter;
  13. D/dalvikvm( 1100): VFY: replacing opcode 0x62 at 0x0008
  14. W/dalvikvm( 1100): Exception Ljava/lang/NoSuchFieldError; thrown while initializing Lorg/apache/http/impl/io/DefaultHttpRequestWriterFactory;
  15. W/dalvikvm( 1100): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lorg/apache/http/impl/conn/ManagedHttpClientConnectionFactory;
  16. W/dalvikvm( 1100): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lcom/mashape/unirest/http/options/Options;
  17. W/dalvikvm( 1100): threadid=11: thread exiting with uncaught exception (group=0xa62f4288)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement