Open daffodilistic opened 8 years ago
I encountered a crash while debugging my application in AVD with API level 14 - apparently it seems that a deprecated call was not called.
A workaround is to call CookieSyncManager.createInstance() in my own app before passing the request to the request queue.
CookieSyncManager.createInstance()
Attached log:
11-29 04:08:15.952 1032-1039/? I/dalvikvm: Debugger is active 11-29 04:08:16.052 1032-1032/? W/ActivityThread: Application com.example.crashtest is waiting for the debugger on port 8100... 11-29 04:08:16.472 76-91/? I/WindowManager: createSurface Window{416ecba8 Waiting For Debugger paused=false}: DRAW NOW PENDING 11-29 04:08:17.452 1032-1032/? W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) 11-29 04:08:17.452 1032-1032/? I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested 11-29 04:08:17.452 1032-1032/? W/dalvikvm: VFY: unable to resolve interface method 18380: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z 11-29 04:08:17.452 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 11-29 04:08:17.452 1032-1032/? I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode 11-29 04:08:17.452 1032-1032/? W/dalvikvm: VFY: unable to resolve interface method 18384: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode; 11-29 04:08:17.452 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002 11-29 04:08:18.002 1032-1032/? I/dalvikvm: Could not find method android.view.ViewGroup.onRtlPropertiesChanged, referenced from method android.support.v7.widget.Toolbar.onRtlPropertiesChanged 11-29 04:08:18.002 1032-1032/? W/dalvikvm: VFY: unable to resolve virtual method 18268: Landroid/view/ViewGroup;.onRtlPropertiesChanged (I)V 11-29 04:08:18.002 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x6f at 0x0007 11-29 04:08:18.022 1032-1037/? D/dalvikvm: GC_CONCURRENT freed 215K, 4% free 10078K/10439K, paused 5ms+4ms 11-29 04:08:18.042 1032-1032/? I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations 11-29 04:08:18.042 1032-1032/? W/dalvikvm: VFY: unable to resolve virtual method 594: Landroid/content/res/TypedArray;.getChangingConfigurations ()I 11-29 04:08:18.042 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002 11-29 04:08:18.052 1032-1032/? I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType 11-29 04:08:18.052 1032-1032/? W/dalvikvm: VFY: unable to resolve virtual method 616: Landroid/content/res/TypedArray;.getType (I)I 11-29 04:08:18.052 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002 11-29 04:08:18.102 1032-1032/? I/dalvikvm: Could not find method android.widget.LinearLayout$LayoutParams.<init>, referenced from method android.support.design.widget.AppBarLayout$LayoutParams.<init> 11-29 04:08:18.102 1032-1032/? W/dalvikvm: VFY: unable to resolve direct method 19002: Landroid/widget/LinearLayout$LayoutParams;.<init> (Landroid/widget/LinearLayout$LayoutParams;)V 11-29 04:08:18.102 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x70 at 0x0000 11-29 04:08:18.102 1032-1032/? I/dalvikvm: Could not find method android.widget.LinearLayout$LayoutParams.<init>, referenced from method android.support.design.widget.AppBarLayout$LayoutParams.<init> 11-29 04:08:18.102 1032-1032/? W/dalvikvm: VFY: unable to resolve direct method 19002: Landroid/widget/LinearLayout$LayoutParams;.<init> (Landroid/widget/LinearLayout$LayoutParams;)V 11-29 04:08:18.102 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x70 at 0x0000 11-29 04:08:18.172 1032-1032/? I/FloatingActionButton: Setting a custom background is not supported. 11-29 04:08:18.962 76-179/? I/WindowManager: createSurface Window{416cda50 com.example.crashtest/com.example.crashtest.MainActivity paused=false}: DRAW NOW PENDING 11-29 04:08:19.092 1032-1032/? I/dalvikvm: Could not find method android.support.v7.widget.LinearLayoutCompat.drawableHotspotChanged, referenced from method android.support.design.internal.ForegroundLinearLayout.drawableHotspotChanged 11-29 04:08:19.092 1032-1032/? W/dalvikvm: VFY: unable to resolve virtual method 15042: Landroid/support/v7/widget/LinearLayoutCompat;.drawableHotspotChanged (FF)V 11-29 04:08:19.092 1032-1032/? D/dalvikvm: VFY: replacing opcode 0x6f at 0x0000 11-29 04:08:19.142 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.142 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.152 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.152 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.152 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.152 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.162 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.162 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.262 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.262 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.272 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.282 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.292 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.292 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.292 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.292 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.342 1032-1037/? D/dalvikvm: GC_CONCURRENT freed 171K, 3% free 10316K/10631K, paused 5ms+4ms 11-29 04:08:19.402 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.402 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.412 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.422 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.422 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.422 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.432 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.432 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.502 1032-1048/? W/dalvikvm: JNI WARNING: JNI method called with exception pending 11-29 04:08:19.542 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.542 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.552 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.552 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.552 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.562 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.562 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.562 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.612 1032-1048/? W/dalvikvm: in Landroid/webkit/CookieManager;.nativeGetCookie:(Ljava/lang/String;Z)Ljava/lang/String; (GetStringUTFChars) 11-29 04:08:19.612 1032-1048/? W/dalvikvm: Pending exception is: 11-29 04:08:19.622 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.622 1032-1048/? I/dalvikvm: java.lang.IllegalStateException: Call CookieSyncManager::createInstance() or create a webview before using this class 11-29 04:08:19.622 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.622 1032-1048/? I/dalvikvm: at android.webkit.JniUtil.checkInitialized(JniUtil.java:44) 11-29 04:08:19.622 1032-1048/? I/dalvikvm: at android.webkit.JniUtil.getDatabaseDirectory(JniUtil.java:65) 11-29 04:08:19.622 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.632 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.nativeGetCookie(Native Method) 11-29 04:08:19.632 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.642 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.getCookie(CookieManager.java:491) 11-29 04:08:19.642 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.642 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.642 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.642 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.642 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.getCookie(CookieManager.java:455) 11-29 04:08:19.642 1032-1048/? I/dalvikvm: at com.example.crashtest.TestRequest.getHeaders(TestRequest.java:69) 11-29 04:08:19.652 1032-1048/? I/dalvikvm: at com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:93) 11-29 04:08:19.662 1032-1048/? I/dalvikvm: at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:96) 11-29 04:08:19.662 1032-1048/? I/dalvikvm: at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:112) 11-29 04:08:19.672 1032-1048/? I/dalvikvm: "Thread-107" prio=5 tid=12 NATIVE 11-29 04:08:19.702 1032-1048/? I/dalvikvm: | group="main" sCount=0 dsCount=0 obj=0x413c3ad8 self=0x1b4e60 11-29 04:08:19.702 1032-1048/? I/dalvikvm: | sysTid=1048 nice=10 sched=0/0 cgrp=bg_non_interactive handle=1790640 11-29 04:08:19.702 1032-1048/? I/dalvikvm: | schedstat=( 13270619 754519853 29 ) utm=1 stm=0 core=0 11-29 04:08:19.702 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.nativeGetCookie(Native Method) 11-29 04:08:19.722 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.722 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.722 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.732 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.732 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.732 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.742 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.742 1032-1032/? W/ResourceType: Skipping entry 0x109003a in package table 0 because it is not complex! 11-29 04:08:19.742 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.getCookie(CookieManager.java:491) 11-29 04:08:19.752 1032-1048/? I/dalvikvm: at android.webkit.CookieManager.getCookie(CookieManager.java:455) 11-29 04:08:19.752 1032-1048/? I/dalvikvm: at com.example.crashtest.TestRequest.getHeaders(TestRequest.java:69) 11-29 04:08:19.752 1032-1048/? I/dalvikvm: at com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:93) 11-29 04:08:19.782 1032-1048/? I/dalvikvm: at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:96) 11-29 04:08:19.782 1032-1048/? I/dalvikvm: at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:112) 11-29 04:08:19.782 1032-1048/? E/dalvikvm: VM aborting 11-29 04:08:19.782 1032-1048/? A/libc: Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1) 11-29 04:08:19.902 33-33/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 11-29 04:08:19.902 33-33/? I/DEBUG: Build fingerprint: 'generic/google_sdk/generic:4.0.2/ICS_MR0/229537:eng/test-keys' 11-29 04:08:19.902 33-33/? I/DEBUG: pid: 1032, tid: 1048 >>> com.example.crashtest <<< 11-29 04:08:19.902 33-33/? I/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d 11-29 04:08:19.902 33-33/? I/DEBUG: r0 00000000 r1 000a0bc0 r2 00000000 r3 00000000 11-29 04:08:19.902 33-33/? I/DEBUG: r4 deadd00d r5 4086cc58 r6 0000020c r7 00000000 11-29 04:08:19.902 33-33/? I/DEBUG: r8 4136f140 r9 400535c8 10 00200009 fp 48a76bec 11-29 04:08:19.902 33-33/? I/DEBUG: ip 00000000 sp 48a767f0 lr 40805d63 pc 40805d62 cpsr 60000030 11-29 04:08:19.902 33-33/? I/DEBUG: d0 3f4000003f400000 d1 3fe6a09e41c00000 11-29 04:08:19.902 33-33/? I/DEBUG: d2 3ff0f876c6a66832 d3 0000000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: d4 3fd3bd3cdc2cab20 d5 3fe6216191e9aa70 11-29 04:08:19.902 33-33/? I/DEBUG: d6 7e37e43c8800759c d7 4080000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: d8 0000000000000000 d9 0000000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: d10 0000000000000000 d11 0000000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: d12 0000000000000000 d13 0000000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: d14 0000000000000000 d15 0000000000000000 11-29 04:08:19.902 33-33/? I/DEBUG: scr 60000012 11-29 04:08:20.292 33-33/? I/DEBUG: #00 pc 00050d62 /system/lib/libdvm.so (dvmAbort) 11-29 04:08:20.302 33-33/? I/DEBUG: #01 pc 00044962 /system/lib/libdvm.so 11-29 04:08:20.302 33-33/? I/DEBUG: #02 pc 000457a2 /system/lib/libdvm.so 11-29 04:08:20.302 33-33/? I/DEBUG: #03 pc 00048df2 /system/lib/libdvm.so 11-29 04:08:20.302 33-33/? I/DEBUG: #04 pc 0027926c /system/lib/libwebcore.so 11-29 04:08:20.312 33-33/? I/DEBUG: #05 pc 0026c84c /system/lib/libwebcore.so 11-29 04:08:20.312 33-33/? I/DEBUG: #06 pc 0026cb22 /system/lib/libwebcore.so 11-29 04:08:20.322 33-33/? I/DEBUG: #07 pc 00273f3c /system/lib/libwebcore.so 11-29 04:08:20.322 33-33/? I/DEBUG: #08 pc 0001ec70 /system/lib/libdvm.so (dvmPlatformInvoke) 11-29 04:08:20.322 33-33/? I/DEBUG: #09 pc 0005925a /system/lib/libdvm.so (_Z16dvmCallJNIMethodPKjP6JValuePK6MethodP6Thread) 11-29 04:08:20.322 33-33/? I/DEBUG: #10 pc 0004cc7c /system/lib/libdvm.so (_Z21dvmCheckCallJNIMethodPKjP6JValuePK6MethodP6Thread) 11-29 04:08:20.322 33-33/? I/DEBUG: #11 pc 00030ad0 /system/lib/libdvm.so 11-29 04:08:20.322 33-33/? I/DEBUG: 40805d40 34bcf8d3 ec16f7cd 26001e73 2f01f813 11-29 04:08:20.322 33-33/? I/DEBUG: 40805d50 42abb152 d0074416 4798e7f8 f7ff4c0a 11-29 04:08:20.322 33-33/? I/DEBUG: 40805d60 7026ffa7 ec0cf7cd 2006490c 44794a0c 11-29 04:08:20.332 33-33/? I/DEBUG: 40805d70 f7cd447a 2000eace eb84f7cd 58e54b05 11-29 04:08:20.332 33-33/? I/DEBUG: 40805d80 2b006c6b e7e9d1e9 deadd00d 00062278 11-29 04:08:20.332 33-33/? I/DEBUG: 40805d40 34bcf8d3 ec16f7cd 26001e73 2f01f813 11-29 04:08:20.332 33-33/? I/DEBUG: 40805d50 42abb152 d0074416 4798e7f8 f7ff4c0a 11-29 04:08:20.332 33-33/? I/DEBUG: 40805d60 7026ffa7 ec0cf7cd 2006490c 44794a0c 11-29 04:08:20.352 33-33/? I/DEBUG: 40805d70 f7cd447a 2000eace eb84f7cd 58e54b05 11-29 04:08:20.352 33-33/? I/DEBUG: 40805d80 2b006c6b e7e9d1e9 deadd00d 00062278 11-29 04:08:20.352 33-33/? I/DEBUG: 48a767b0 00000000 11-29 04:08:20.352 33-33/? I/DEBUG: 48a767b4 4001df19 /system/lib/libc.so 11-29 04:08:20.352 33-33/? I/DEBUG: 48a767b8 4004770c 11-29 04:08:20.362 33-33/? I/DEBUG: 48a767bc 4004c85c 11-29 04:08:20.362 33-33/? I/DEBUG: 48a767c0 00000000 11-29 04:08:20.362 33-33/? I/DEBUG: 48a767c4 4001f121 /system/lib/libc.so 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767c8 4004755c 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767cc 00000000 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767d0 0000020c 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767d4 00000000 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767d8 4136f140 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767dc 4001df37 /system/lib/libc.so 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767e0 40867f90 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767e4 48a769f3 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767e8 df0027ad 11-29 04:08:20.372 33-33/? I/DEBUG: 48a767ec 00000000 11-29 04:08:20.372 33-33/? I/DEBUG: #00 48a767f0 00000029 11-29 04:08:20.382 33-33/? I/DEBUG: 48a767f4 6c756e28 11-29 04:08:20.382 33-33/? I/DEBUG: 48a767f8 0000296c 11-29 04:08:20.382 33-33/? I/DEBUG: 48a767fc 00000000 11-29 04:08:20.382 33-33/? I/DEBUG: 48a76800 00000000 11-29 04:08:20.382 33-33/? I/DEBUG: 48a76804 00000000 11-29 04:08:20.382 33-33/? I/DEBUG: 48a76808 00000000 11-29 04:08:20.382 33-33/? I/DEBUG: 48a7680c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76810 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76814 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76818 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a7681c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76820 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76824 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76828 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a7682c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76830 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76834 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76838 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a7683c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76840 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76844 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76848 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a7684c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76850 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76854 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76858 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a7685c 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76860 00000000 11-29 04:08:20.392 33-33/? I/DEBUG: 48a76864 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76868 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a7686c 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76870 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76874 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76878 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a7687c 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76880 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76884 00000000 11-29 04:08:20.402 33-33/? I/DEBUG: 48a76888 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a7688c 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a76890 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a76894 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a76898 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a7689c 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768a0 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768a4 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768a8 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768ac 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768b0 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768b4 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768b8 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768bc 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768c0 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768c4 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768c8 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768cc 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768d0 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768d4 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768d8 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768dc 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768e0 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768e4 00000000 11-29 04:08:20.412 33-33/? I/DEBUG: 48a768e8 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a768ec 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a768f0 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a768f4 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a768f8 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a768fc 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76900 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76904 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76908 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a7690c 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76910 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76914 00000000 11-29 04:08:20.422 33-33/? I/DEBUG: 48a76918 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a7691c 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76920 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76924 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76928 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a7692c 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76930 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76934 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a76938 00000000 11-29 04:08:20.432 33-33/? I/DEBUG: 48a7693c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76940 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76944 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76948 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a7694c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76950 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76954 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76958 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a7695c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76960 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76964 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76968 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a7696c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76970 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76974 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76978 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a7697c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76980 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76984 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76988 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a7698c 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76990 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76994 00000000 11-29 04:08:20.442 33-33/? I/DEBUG: 48a76998 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a7699c 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769a0 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769a4 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769a8 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769ac 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769b0 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769b4 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769b8 00000000 11-29 04:08:20.452 33-33/? I/DEBUG: 48a769bc 00000000 11-29 04:08:20.462 33-33/? I/DEBUG: 48a769c0 00000000 11-29 04:08:20.462 33-33/? I/DEBUG: 48a769c4 00000000 11-29 04:08:20.462 33-33/? I/DEBUG: 48a769c8 00000000 11-29 04:08:20.462 33-33/? I/DEBUG: 48a769cc 00000000 11-29 04:08:20.462 33-33/? I/DEBUG: 48a769d0 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769d4 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769d8 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769dc 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769e0 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769e4 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769e8 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769ec 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769f0 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769f4 efa41370 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769f8 00000000 11-29 04:08:20.473 33-33/? I/DEBUG: 48a769fc 48a76a3c 11-29 04:08:20.482 33-33/? I/DEBUG: 48a76a00 00000001 11-29 04:08:20.482 33-33/? I/DEBUG: 48a76a04 407f9967 /system/lib/libdvm.so 11-29 04:08:20.482 33-33/? I/DEBUG: #01 48a76a08 00000001 11-29 04:08:20.482 33-33/? I/DEBUG: 48a76a0c 407fa7a7 /system/lib/libdvm.so 11-29 04:08:20.812 1032-1032/? D/gralloc_goldfish: Emulator without GPU emulation detected. 11-29 04:08:20.962 76-109/? I/ActivityManager: Displayed com.example.crashtest/.MainActivity: +5s368ms 11-29 04:08:21.392 76-119/? W/NetworkManagementSocketTagger: setKernelCountSet(10021, 0) failed with errno -2
I encountered a crash while debugging my application in AVD with API level 14 - apparently it seems that a deprecated call was not called.
A workaround is to call
CookieSyncManager.createInstance()
in my own app before passing the request to the request queue.Attached log: