Skip to content

Instantly share code, notes, and snippets.

@jgold6
Created December 13, 2016 23:54
Show Gist options
  • Save jgold6/470a5c46f1d1f49c24e4ac1ea81ac541 to your computer and use it in GitHub Desktop.
Save jgold6/470a5c46f1d1f49c24e4ac1ea81ac541 to your computer and use it in GitHub Desktop.
Crash on Android 5.1.1 (API 22 Lollipop
InspectorDebugSession(1): HandleTargetEvent: UnhandledException
Unhandled Exception:
Java.Lang.ArrayIndexOutOfBoundsException: length=65; index=-1
12-13 13:47:41.786 D/Mono ( 3074): DllImport attempting to load: '/system/lib/liblog.so'.
12-13 13:47:41.786 D/Mono ( 3074): DllImport loaded library '/system/lib/liblog.so'.
12-13 13:47:41.786 D/Mono ( 3074): DllImport searching in: '/system/lib/liblog.so' ('/system/lib/liblog.so').
12-13 13:47:41.786 D/Mono ( 3074): Searching for '__android_log_print'.
12-13 13:47:41.786 D/Mono ( 3074): Probing '__android_log_print'.
12-13 13:47:41.786 D/Mono ( 3074): Found as '__android_log_print'.
12-13 13:47:41.790 I/MonoDroid( 3074): UNHANDLED EXCEPTION:
12-13 13:47:41.791 I/MonoDroid( 3074): Java.Lang.ArrayIndexOutOfBoundsException: length=65; index=-1
12-13 13:47:41.791 I/MonoDroid( 3074): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /Users/builder/data/lanes/3511/77cb8568/source/mono/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:143
12-13 13:47:41.791 I/MonoDroid( 3074): at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x000a7] in /Users/builder/data/lanes/3511/ce955cc0/source/Java.Interop/src/Java.Interop/Java.Interop/JniEnvironment.g.cs:12083
12-13 13:47:41.791 I/MonoDroid( 3074): at Java.Interop.JniPeerMembers+JniInstanceMethods.InvokeNonvirtualVoidMethod (System.String encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniArgumentValue* parameters) [0x00022] in /Users/builder/data/lanes/3511/ce955cc0/source/Java.Interop/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods_Invoke.cs:41
12-13 13:47:41.791 I/MonoDroid( 3074): at Android.Views.View.Measure (System.Int32 widthMeasureSpec, System.Int32 heightMeasureSpec) [0x0002a] in /Users/builder/data/lanes/3511/ce955cc0/source/monodroid/src/Mono.Android/platforms/android-24/src/generated/Android.Views.View.cs:13953
12-13 13:47:41.791 I/MonoDroid( 3074): at Xamarin.Forms.Platform.Android.ViewRenderer`2[TView,TNativeView].OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00037] in C:\BuildAgent2\work\aad494dc9bc9783\Xamarin.Forms.Platform.Android\ViewRenderer.cs:131
12-13 13:47:41.791 I/MonoDroid( 3074): at Xamarin.Forms.Platform.Android.FormsViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean p0, System.Int32 p1, System.Int32 p2, System.Int32 p3, System.Int32 p4) [0x00008] in C:\BuildAgent2\work\aad494dc9bc9783\Xamarin.Forms.Platform.Android.FormsViewGroup\obj\Release\generated\src\Xamarin.Forms.Platform.Android.FormsViewGroup.cs:240
12-13 13:47:41.791 I/MonoDroid( 3074): at (wrapper dynamic-method) System.Object:979833e6-7bbe-4842-adeb-8ab6906b19e2 (intptr,intptr,bool,int,int,int,int)
12-13 13:47:41.792 I/MonoDroid( 3074): --- End of managed Java.Lang.ArrayIndexOutOfBoundsException stack trace ---
12-13 13:47:41.792 I/MonoDroid( 3074): java.lang.ArrayIndexOutOfBoundsException: length=65; index=-1
12-13 13:47:41.792 I/MonoDroid( 3074): at android.text.StaticLayout.calculateEllipsis(StaticLayout.java:667)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.text.StaticLayout.out(StaticLayout.java:631)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.text.StaticLayout.generate(StaticLayout.java:423)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.text.StaticLayout.<init>(StaticLayout.java:140)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.widget.TextView.makeSingleLayout(TextView.java:6446)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.widget.TextView.makeNewLayout(TextView.java:6303)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.widget.TextView.onMeasure(TextView.java:6660)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.view.View.measure(View.java:17547)
12-13 13:47:41.792 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(Native Method)
12-13 13:47:41.792 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.onLayout(ViewRenderer_2.java:47)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.792 I/MonoDroid( 3074): at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:41.792 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native Method)
12-13 13:47:41.792 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:41.792 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.793 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.793 I/MonoDroid( 3074): at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:41.793 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native Method)
12-13 13:47:41.793 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:41.793 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.793 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.793 I/MonoDroid( 3074): at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:41.793 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.n_onLayout(Native Method)
12-13 13:47:41.794 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.onLayout(MasterDetailContainer.java:62)
12-13 13:47:41.795 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.795 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.795 I/MonoDroid( 3074): at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:1187)
12-13 13:47:41.796 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.n_onLayout(Native Method)
12-13 13:47:41.796 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.onLayout(MasterDetailRenderer.java:68)
12-13 13:47:41.796 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.796 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.796 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.n_onLayout(Native Method)
12-13 13:47:41.796 I/MonoDroid( 3074): at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.onLayout(PlatformRenderer.java:63)
12-13 13:47:41.796 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.796 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.796 I/MonoDroid( 3074): at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1703)
12-13 13:47:41.797 I/MonoDroid( 3074): at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1692)
12-13 13:47:41.797 I/MonoDroid( 3074): at android.widget.LinearLayout.onLayout(LinearLayout.java:1468)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.798 I/MonoDroid( 3074): at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.798 I/MonoDroid( 3074): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:41.799 I/MonoDroid( 3074): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:41.799 I/MonoDroid( 3074): at android.view.View.layout(View.java:15671)
12-13 13:47:41.799 I/MonoDroid( 3074): at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.Choreographer.doCallbacks(Choreographer.java:580)
12-13 13:47:41.802 I/MonoDroid( 3074): at android.view.Choreographer.doFrame(Choreographer.java:550)
12-13 13:47:41.803 I/MonoDroid( 3074): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
12-13 13:47:41.803 I/MonoDroid( 3074): at android.os.Handler.handleCallback(Handler.java:739)
12-13 13:47:41.803 I/MonoDroid( 3074): at android.os.Handler.dispatchMessage(Handler.java:95)
12-13 13:47:41.803 I/MonoDroid( 3074): at android.os.Looper.loop(Looper.java:135)
12-13 13:47:41.803 I/MonoDroid( 3074): at android.app.ActivityThread.main(ActivityThread.java:5254)
12-13 13:47:41.803 I/MonoDroid( 3074): at java.lang.reflect.Method.invoke(Native Method)
12-13 13:47:41.803 I/MonoDroid( 3074): at java.lang.reflect.Method.invoke(Method.java:372)
12-13 13:47:41.805 I/MonoDroid( 3074): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
12-13 13:47:41.805 I/MonoDroid( 3074): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
12-13 13:47:41.813 D/Mono ( 3074): DllImport searching in: '__Internal' ('(null)').
12-13 13:47:41.813 D/Mono ( 3074): Searching for 'java_interop_jnienv_throw'.
12-13 13:47:41.813 D/Mono ( 3074): Probing 'java_interop_jnienv_throw'.
12-13 13:47:41.813 D/Mono ( 3074): Found as 'java_interop_jnienv_throw'.
referenceTable GDEF length=670 1
referenceTable GSUB length=7202 1
referenceTable GPOS length=24560 1
referenceTable head length=54 1
referenceTable GDEF length=22 1
referenceTable GSUB length=1206 1
referenceTable GPOS length=12 1
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI CallObjectMethodA called with pending exception 'java.lang.ArrayIndexOutOfBoundsException' thrown in void md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(boolean, int, int, int, int):-2
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] in call to CallObjectMethodA
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] from void md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(boolean, int, int, int, int)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] "main" prio=5 tid=1 Runnable
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x7323f000 self=0xb4025800
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] | sysTid=3074 nice=0 cgrp=default sched=0/0 handle=0xb774cea0
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] | state=R schedstat=( 0 0 0 ) utm=106 stm=501 core=1 HZ=100
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] | stack=0xbf562000-0xbf564000 stackSize=8MB
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+135)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+306)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #04 pc 001029bb /system/lib/libart.so (art::JniAbort(char const*, char const*)+1019)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #05 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #06 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #07 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #08 pc 0011585b /system/lib/libart.so (art::CheckJNI::CallObjectMethodA(_JNIEnv*, _jobject*, _jmethodID*, jvalue*)+59)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #09 pc 000087b7 /data/app/com.procomsol.devcom-1/lib/x86/libmonodroid.so (java_interop_jnienv_call_object_method_a+55)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #10 pc 0000e38b (???)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #11 pc 0000e163 (???)
12-13 13:47:42.819 F/art ( 3074): art/runtime/check_jni.cc:65] native: #12 pc 00009183 (???)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] native: #13 pc 0000842b (???)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] native: #14 pc 0000853c (???)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] native: #15 pc 0002520c /data/app/Mono.Android.DebugRuntime-1/lib/x86/libmonosgen-32bit-2.0.so (???)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.onLayout(ViewRenderer_2.java:47)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.onLayout(MasterDetailContainer.java:62)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:1187)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.onLayout(MasterDetailRenderer.java:68)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.n_onLayout(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.onLayout(PlatformRenderer.java:63)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1703)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1692)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.LinearLayout.onLayout(LinearLayout.java:1468)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.View.layout(View.java:15671)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.Choreographer.doFrame(Choreographer.java:550)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.os.Handler.handleCallback(Handler.java:739)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.os.Handler.dispatchMessage(Handler.java:95)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.os.Looper.loop(Looper.java:135)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at android.app.ActivityThread.main(ActivityThread.java:5254)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke!(Native method)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke(Method.java:372)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
12-13 13:47:42.820 F/art ( 3074): art/runtime/check_jni.cc:65]
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] Runtime aborting...
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] Aborting thread:
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x7323f000 self=0xb4025800
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3074 nice=0 cgrp=default sched=0/0 handle=0xb774cea0
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=106 stm=502 core=0 HZ=100
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xbf562000-0xbf564000 stackSize=8MB
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes= "abort lock" "mutator lock"(shared held)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+135)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+306)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 00377abf /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+1023)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 00377ead /system/lib/libart.so (art::Runtime::Abort()+125)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 000ec704 /system/lib/libart.so (art::LogMessage::~LogMessage()+1876)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #07 pc 00102c53 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1683)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #08 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #09 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #10 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #11 pc 0011585b /system/lib/libart.so (art::CheckJNI::CallObjectMethodA(_JNIEnv*, _jobject*, _jmethodID*, jvalue*)+59)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #12 pc 000087b7 /data/app/com.procomsol.devcom-1/lib/x86/libmonodroid.so (java_interop_jnienv_call_object_method_a+55)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #13 pc 0000e38b (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #14 pc 0000e163 (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #15 pc 00009183 (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #16 pc 0000842b (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #17 pc 0000853c (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] native: #18 pc 0002520c /data/app/Mono.Android.DebugRuntime-1/lib/x86/libmonosgen-32bit-2.0.so (???)
12-13 13:47:42.909 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.onLayout(ViewRenderer_2.java:47)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.onLayout(MasterDetailContainer.java:62)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:1187)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.onLayout(MasterDetailRenderer.java:68)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.n_onLayout(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.onLayout(PlatformRenderer.java:63)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1703)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1692)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.onLayout(LinearLayout.java:1468)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer.doFrame(Choreographer.java:550)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Handler.handleCallback(Handler.java:739)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:95)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5254)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] Pending exception java.lang.ArrayIndexOutOfBoundsException thrown by 'void md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(boolean, int, int, int, int):-2'
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] java.lang.ArrayIndexOutOfBoundsException: length=65; index=-1
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at calculateEllipsis (StaticLayout.java:667)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at out (StaticLayout.java:631)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at generate (StaticLayout.java:423)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at <init> (StaticLayout.java:140)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at makeSingleLayout (TextView.java:6446)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at makeNewLayout (TextView.java:6303)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at onMeasure (TextView.java:6660)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at measure (View.java:17547)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (ViewRenderer_2.java:-2)
12-13 13:47:42.910 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (ViewRenderer_2.java:47)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at measureAndLayout (FormsViewGroup.java:29)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (VisualElementRenderer_1.java:-2)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (VisualElementRenderer_1.java:49)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at measureAndLayout (FormsViewGroup.java:29)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (VisualElementRenderer_1.java:-2)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (VisualElementRenderer_1.java:49)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at measureAndLayout (FormsViewGroup.java:29)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (MasterDetailContainer.java:-2)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (MasterDetailContainer.java:62)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (DrawerLayout.java:1187)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (MasterDetailRenderer.java:-2)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (MasterDetailRenderer.java:68)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at n_onLayout (PlatformRenderer.java:-2)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (PlatformRenderer.java:63)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at setChildFrame (LinearLayout.java:1703)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layoutHorizontal (LinearLayout.java:1692)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (LinearLayout.java:1468)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layoutChildren (FrameLayout.java:579)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (FrameLayout.java:514)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (ActionBarOverlayLayout.java:494)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layoutChildren (FrameLayout.java:579)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at onLayout (FrameLayout.java:514)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (View.java:15671)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at layout (ViewGroup.java:5038)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at performLayout (ViewRootImpl.java:2086)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at performTraversals (ViewRootImpl.java:1843)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at doTraversal (ViewRootImpl.java:1061)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at run (ViewRootImpl.java:5885)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at run (Choreographer.java:767)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at doCallbacks (Choreographer.java:580)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at doFrame (Choreographer.java:550)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at run (Choreographer.java:753)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at handleCallback (Handler.java:739)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at dispatchMessage (Handler.java:95)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at loop (Looper.java:135)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at main (ActivityThread.java:5254)
12-13 13:47:42.911 F/art ( 3074): art/runtime/runtime.cc:289] at invoke (Method.java:-2)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at invoke (Method.java:372)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at run (ZygoteInit.java:903)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at main (ZygoteInit.java:698)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] Dumping all threads without appropriate locks held: thread list lock mutator lock
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] All threads:
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] DALVIK THREADS (23):
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] "main" prio=5 tid=1 Native
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x7323f000 self=0xb4025800
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3074 nice=0 cgrp=default sched=0/0 handle=0xb774cea0
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] | state=R schedstat=( 0 0 0 ) utm=106 stm=503 core=1 HZ=100
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xbf562000-0xbf564000 stackSize=8MB
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes= "abort lock"
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00005d03 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+83)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00003051 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+33)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 003c9e67 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+135)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 00393222 /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+306)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 0039f61e /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+478)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 003778bc /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+508)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 00377ead /system/lib/libart.so (art::Runtime::Abort()+125)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #07 pc 000ec704 /system/lib/libart.so (art::LogMessage::~LogMessage()+1876)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #08 pc 00102c53 /system/lib/libart.so (art::JniAbort(char const*, char const*)+1683)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #09 pc 0010359c /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+108)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #10 pc 00109663 /system/lib/libart.so (art::ScopedCheck::CheckThread(int)+2867)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #11 pc 00109e42 /system/lib/libart.so (art::ScopedCheck::ScopedCheck(_JNIEnv*, int, char const*)+322)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #12 pc 0011585b /system/lib/libart.so (art::CheckJNI::CallObjectMethodA(_JNIEnv*, _jobject*, _jmethodID*, jvalue*)+59)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #13 pc 000087b7 /data/app/com.procomsol.devcom-1/lib/x86/libmonodroid.so (java_interop_jnienv_call_object_method_a+55)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #14 pc 0000e38b (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #15 pc 0000e163 (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #16 pc 00009183 (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #17 pc 0000842b (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #18 pc 0000853c (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] native: #19 pc 0002520c /data/app/Mono.Android.DebugRuntime-1/lib/x86/libmonosgen-32bit-2.0.so (???)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.ViewRenderer_2.onLayout(ViewRenderer_2.java:47)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.VisualElementRenderer_1.onLayout(VisualElementRenderer_1.java:49)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at com.xamarin.forms.platform.android.FormsViewGroup.measureAndLayout(FormsViewGroup.java:29)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailContainer.onLayout(MasterDetailContainer.java:62)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.support.v4.widget.DrawerLayout.onLayout(DrawerLayout.java:1187)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.MasterDetailRenderer.onLayout(MasterDetailRenderer.java:68)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.n_onLayout(Native method)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at md5b60ffeb829f638581ab2bb9b1a7f4f3f.PlatformRenderer.onLayout(PlatformRenderer.java:63)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1703)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.layoutHorizontal(LinearLayout.java:1692)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.LinearLayout.onLayout(LinearLayout.java:1468)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.912 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.View.layout(View.java:15671)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewGroup.layout(ViewGroup.java:5038)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer.doFrame(Choreographer.java:550)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Handler.handleCallback(Handler.java:739)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Handler.dispatchMessage(Handler.java:95)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.os.Looper.loop(Looper.java:135)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at android.app.ActivityThread.main(ActivityThread.java:5254)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke!(Native method)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.reflect.Method.invoke(Method.java:372)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaec3a400
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3077 nice=0 cgrp=default sched=0/0 handle=0xb4051580
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb35d3000-0xb35d5000 stackSize=1020KB
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 000fdc97 /dev/ashmem/dalvik-Heap thread pool worker thread 0 (deleted) (???)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c000a0 self=0xb4025c00
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3079 nice=0 cgrp=default sched=0/0 handle=0xb4051800
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb34d5000-0xb34d7000 stackSize=1012KB
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_sigtimedwait+0xd7/0x19f
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_rt_sigtimedwait+0x6d/0x9c
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00075b3b /system/lib/libc.so (__rt_sigtimedwait+27)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00024367 /system/lib/libc.so (sigwait+71)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 00380015 /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+133)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 00380c32 /system/lib/libart.so (art::SignalCatcher::Run(void*)+306)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 0001c529 /system/lib/libc.so (__start_thread+25)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] "JDWP" prio=5 tid=4 WaitingInMainDebuggerLoop
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c050a0 self=0xaec3b400
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3080 nice=0 cgrp=default sched=0/0 handle=0xb4051a80
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb33d7000-0xb33d9000 stackSize=1012KB
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: unix_stream_recvmsg+0x21f/0x5dd
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: sock_recvmsg+0x85/0x9e
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: ___sys_recvmsg+0xec/0x17c
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: __sys_recvmsg+0x2b/0x49
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_recvmsg+0x11/0x13
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_socketcall+0x192/0x1db
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00074331 /system/lib/libc.so (recvmsg+17)
12-13 13:47:42.913 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00438455 /system/lib/libart.so (art::JDWP::JdwpAdbState::Accept()+229)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 0028f756 /system/lib/libart.so (art::JDWP::JdwpState::Run()+326)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 002918a0 /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+32)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 0001c529 /system/lib/libc.so (__start_thread+25)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c060a0 self=0xb4030800
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3081 nice=0 cgrp=default sched=0/0 handle=0xb4051d00
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb32d3000-0xb32d5000 stackSize=1036KB
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001018e7 [stack:3081] (???)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x2f8614cd> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:134)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x2f8614cd> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] "FinalizerDaemon" prio=5 tid=6 Waiting
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c06100 self=0xb4026c00
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3082 nice=0 cgrp=default sched=0/0 handle=0xb4051f80
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0 HZ=100
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb31cf000-0xb31d1000 stackSize=1036KB
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00101807 [stack:3082] (???)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x39fb8182> (a java.lang.ref.ReferenceQueue)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait(Object.java:422)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x39fb8182> (a java.lang.ref.ReferenceQueue)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:174)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] "HeapTrimmerDaemon" prio=5 tid=7 Waiting
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c061c0 self=0xb4031000
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3085 nice=0 cgrp=default sched=0/0 handle=0xb4053b00
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xaf2ba000-0xaf2bc000 stackSize=1036KB
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001018f7 [stack:3085] (???)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x3e17f093> (a java.lang.Daemons$HeapTrimmerDaemon)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:311)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x3e17f093> (a java.lang.Daemons$HeapTrimmerDaemon)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] "GCDaemon" prio=5 tid=8 Waiting
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c06220 self=0xb4031400
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3086 nice=0 cgrp=default sched=0/0 handle=0xb4054000
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=5 core=1 HZ=100
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xa5543000-0xa5545000 stackSize=1036KB
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001018f7 [stack:3086] (???)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x203068d0> (a java.lang.Daemons$GCDaemon)
12-13 13:47:42.914 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$GCDaemon.run(Daemons.java:344)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x203068d0> (a java.lang.Daemons$GCDaemon)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] "FinalizerWatchdogDaemon" prio=5 tid=9 Waiting
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c06160 self=0xb4030c00
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3084 nice=0 cgrp=default sched=0/0 handle=0xb4053100
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xb30c9000-0xb30cb000 stackSize=1036KB
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001018b7 [stack:3084] (???)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x156c30c9> (a java.lang.Daemons$FinalizerWatchdogDaemon)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:240)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x156c30c9> (a java.lang.Daemons$FinalizerWatchdogDaemon)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:212)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] "Binder_1" prio=5 tid=10 Native
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c560a0 self=0xaec3c400
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3088 nice=0 cgrp=default sched=0/0 handle=0xb4054280
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xa5347000-0xa5349000 stackSize=1012KB
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: binder_thread_read+0xa4a/0xbf3
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: binder_ioctl+0x26b/0x644
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_vfs_ioctl+0x36b/0x418
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_ioctl+0x4a/0x6a
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00074494 /system/lib/libc.so (__ioctl+20)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 000ad8ca /system/lib/libc.so (ioctl+42)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 0002bc1b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 0002c575 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 0002c639 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 00034ea8 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 00016a5e /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #07 pc 00071ca2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #08 pc 0001617a /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #09 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #10 pc 0001c529 /system/lib/libc.so (__start_thread+25)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #11 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] "Binder_2" prio=5 tid=11 Native
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c590a0 self=0xb4032800
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3089 nice=0 cgrp=default sched=0/0 handle=0xaec9d080
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0xa5249000-0xa524b000 stackSize=1012KB
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: binder_thread_read+0xa4a/0xbf3
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: binder_ioctl+0x26b/0x644
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_vfs_ioctl+0x36b/0x418
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_ioctl+0x4a/0x6a
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00074494 /system/lib/libc.so (__ioctl+20)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 000ad8ca /system/lib/libc.so (ioctl+42)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 0002bc1b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+203)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 0002c575 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+37)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 0002c639 /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+105)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 00034ea8 /system/lib/libbinder.so (android::PoolThread::threadLoop()+40)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 00016a5e /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #07 pc 00071ca2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #08 pc 0001617a /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #09 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #10 pc 0001c529 /system/lib/libc.so (__start_thread+25)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] native: #11 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-187" prio=5 tid=12 Native
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12cdc0a0 self=0xaec3d800
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3094 nice=0 cgrp=default sched=0/0 handle=0xb4054780
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9e204000-0x9e206000 stackSize=1020KB
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.915 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 000fddb7 [stack:3094] (???)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-188" prio=5 tid=13 Native
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12ce10a0 self=0xb4034c00
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3095 nice=0 cgrp=default sched=0/0 handle=0xb4054a00
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=13 core=0 HZ=100
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9e104000-0x9e106000 stackSize=1020KB
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: sk_wait_data+0x60/0x95
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: tcp_recvmsg+0x2da/0x704
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: inet_recvmsg+0x73/0x88
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: sock_recvmsg+0x85/0x9e
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_recvfrom+0xca/0x122
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_socketcall+0x133/0x1db
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00074c01 /system/lib/libc.so (recvfrom+17)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 00023b22 /system/lib/libc.so (recv+66)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 00108ec0 /data/app/Mono.Android.DebugRuntime-1/lib/x86/libmonosgen-32bit-2.0.so (???)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-189" prio=5 tid=14 Native
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12cf10a0 self=0xaec3e800
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3099 nice=0 cgrp=default sched=0/0 handle=0x9ae9da80
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=4 core=1 HZ=100
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9b874000-0x9b876000 stackSize=1020KB
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 000fddb7 [stack:3099] (???)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-191" prio=5 tid=15 Native
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c56460 self=0xaec40800
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3102 nice=0 cgrp=default sched=0/0 handle=0x9aea1900
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=2 stm=25 core=1 HZ=100
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9a902000-0x9a904000 stackSize=1020KB
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0000007f ???
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-192" prio=5 tid=16 Native
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c59280 self=0x9a4f8000
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3101 nice=0 cgrp=default sched=0/0 handle=0x9aea1680
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=1 HZ=100
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9ab65000-0x9ab67000 stackSize=124KB
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0000007f ???
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-193" prio=5 tid=17 Native
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12cc10a0 self=0x9a4f8c00
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3103 nice=0 cgrp=default sched=0/0 handle=0xaec9e980
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=2 stm=9 core=1 HZ=100
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x9a802000-0x9a804000 stackSize=1020KB
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)
12-13 13:47:42.916 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0000007f ???
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] "RenderThread" prio=5 tid=18 Native
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c05100 self=0xaec43c00
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3104 nice=-4 cgrp=default sched=0/0 handle=0x9793ff80
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=5 stm=28 core=0 HZ=100
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x96c0e000-0x96c10000 stackSize=1012KB
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_epoll_wait+0x23c/0x2d1
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_epoll_pwait+0x70/0xe1
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 00075445 /system/lib/libc.so (__epoll_pwait+37)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0001cc72 /system/lib/libc.so (epoll_pwait+98)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #02 pc 0001ccba /system/lib/libc.so (epoll_wait+58)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #03 pc 0001b857 /system/lib/libutils.so (android::Looper::pollInner(int)+199)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #04 pc 0001bc57 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+55)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #05 pc 00089ca4 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+116)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #06 pc 00016a5e /system/lib/libutils.so (android::Thread::_threadLoop(void*)+398)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #07 pc 00071ca2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+98)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #08 pc 0001617a /system/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+122)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #09 pc 000211a8 /system/lib/libc.so (__pthread_start(void*)+56)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #10 pc 0001c529 /system/lib/libc.so (__start_thread+25)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #11 pc 000130f6 /system/lib/libc.so (__bionic_clone+70)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-196" prio=5 tid=19 Native
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c592e0 self=0x97e09000
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3105 nice=0 cgrp=default sched=0/0 handle=0x9aea2a80
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=1 stm=3 core=1 HZ=100
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x962cd000-0x962cf000 stackSize=1020KB
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0000007f ???
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] "Thread-195" prio=5 tid=20 Native
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c051c0 self=0xaec45000
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3106 nice=0 cgrp=default sched=0/0 handle=0x97941600
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=5 core=1 HZ=100
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x961a8000-0x961aa000 stackSize=1020KB
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d2 /system/lib/libc.so (syscall+34)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 0000007f ???
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] (no managed stack frames)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] "AsyncTask #1" prio=5 tid=21 Waiting
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c00280 self=0x97e07c00
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3107 nice=0 cgrp=default sched=0/0 handle=0x97941100
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x95f5a000-0x95f5c000 stackSize=1036KB
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001016e7 [stack:3107] (???)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x1a6433ce> (a java.lang.Object)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x1a6433ce> (a java.lang.Object)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] "AsyncTask #2" prio=5 tid=22 Waiting
12-13 13:47:42.917 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c05580 self=0x97e08800
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3108 nice=0 cgrp=default sched=0/0 handle=0x97d8bb00
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x95e56000-0x95e58000 stackSize=1036KB
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001016e7 [stack:3108] (???)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x23c702ef> (a java.lang.Object)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x23c702ef> (a java.lang.Object)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] "AsyncTask #3" prio=5 tid=23 Waiting
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | group="" sCount=0 dsCount=0 obj=0x12c56820 self=0x95068800
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | sysTid=3110 nice=0 cgrp=default sched=0/0 handle=0x96a13c80
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 HZ=100
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | stack=0x94e62000-0x94e64000 stackSize=1036KB
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] | held mutexes=
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait_queue_me+0xcd/0x113
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: futex_wait+0xc5/0x197
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: do_futex+0x9b/0x742
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: SyS_futex+0xaf/0xf6
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] kernel: syscall_call+0x7/0xb
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] native: #00 pc 000132d0 /system/lib/libc.so (syscall+32)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] native: #01 pc 001016e7 [stack:3110] (???)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Object.wait!(Native method)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] - waiting on <0x127b41fc> (a java.lang.Object)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.parkFor(Thread.java:1220)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] - locked <0x127b41fc> (a java.lang.Object)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at sun.misc.Unsafe.park(Unsafe.java:299)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:410)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289] at java.lang.Thread.run(Thread.java:818)
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.918 F/art ( 3074): art/runtime/runtime.cc:289]
12-13 13:47:42.918 F/libc ( 3074): Fatal signal 6 (SIGABRT), code -6 in tid 3074 (rocomsol.devcom)
InspectorDebugSession(1): Disposed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment