Advertisement
rahulpp

Untitled

Apr 8th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.41 KB | None | 0 0
  1. Unhandled Exception:
  2.  
  3. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  4.  
  5. 04-08 12:16:29.160 D/Mono ( 4231): DllImport attempting to load: '/system/lib/liblog.so'.
  6. 04-08 12:16:29.160 D/Mono ( 4231): DllImport loaded library '/system/lib/liblog.so'.
  7. 04-08 12:16:29.161 D/Mono ( 4231): DllImport searching in: '/system/lib/liblog.so' ('/system/lib/liblog.so').
  8. 04-08 12:16:29.161 D/Mono ( 4231): Searching for '__android_log_print'.
  9. 04-08 12:16:29.161 D/Mono ( 4231): Probing '__android_log_print'.
  10. 04-08 12:16:29.161 D/Mono ( 4231): Found as '__android_log_print'.
  11. 04-08 12:16:29.173 I/MonoDroid( 4231): UNHANDLED EXCEPTION:
  12. 04-08 12:16:29.181 I/MonoDroid( 4231): System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Java.Lang.NullPointerException: Exception of type 'Java.Lang.NullPointerException' was thrown.
  13. 04-08 12:16:29.181 I/MonoDroid( 4231): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  14. 04-08 12:16:29.181 I/MonoDroid( 4231): at Android.Runtime.JNIEnv.CallNonvirtualVoidMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue[] parms) [0x00084] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:896
  15. 04-08 12:16:29.181 I/MonoDroid( 4231): at Android.Runtime.JNIEnv.InvokeConstructor (IntPtr instance, System.String jniCtorSignature, Android.Runtime.JValue[] constructorParameters) [0x0003b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.cs:321
  16. 04-08 12:16:29.181 I/MonoDroid( 4231): at Android.Runtime.JNIEnv.FinishCreateInstance (IntPtr instance, System.String jniCtorSignature, Android.Runtime.JValue[] constructorParameters) [0x0000b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.cs:310
  17. 04-08 12:16:29.182 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.FormsViewGroup..ctor (Android.Content.Context p0) [0x00000] in <filename unknown>:0
  18. 04-08 12:16:29.182 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[Xamarin.Forms.Label]..ctor () [0x00000] in <filename unknown>:0
  19. 04-08 12:16:29.182 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.ViewRenderer`2[Xamarin.Forms.Label,Android.Widget.TextView]..ctor () [0x00000] in <filename unknown>:0
  20. 04-08 12:16:29.182 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.LabelRenderer..ctor () [0x00000] in <filename unknown>:0
  21. 04-08 12:16:29.182 I/MonoDroid( 4231): at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  22. 04-08 12:16:29.182 I/MonoDroid( 4231): at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  23. 04-08 12:16:29.182 I/MonoDroid( 4231): --- End of managed exception stack trace ---
  24. 04-08 12:16:29.182 I/MonoDroid( 4231): java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference
  25. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.ViewConfiguration.get(ViewConfiguration.java:359)
  26. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.View.<init>(View.java:3580)
  27. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.View.<init>(View.java:3675)
  28. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.ViewGroup.<init>(ViewGroup.java:491)
  29. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.ViewGroup.<init>(ViewGroup.java:487)
  30. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.ViewGroup.<init>(ViewGroup.java:483)
  31. 04-08 12:16:29.182 I/MonoDroid( 4231): at android.view.ViewGroup.<init>(ViewGroup.java:479)
  32. 04-08 12:16:29.183 I/MonoDroid( 4231): at com.xamarin.forms.platform.android.FormsViewGroup.<init>(FormsViewGroup.java:12)
  33. 04-08 12:16:29.183 I/MonoDroid( 4231): at xamarin.forms.platform.android.VisualElementRenderer_1.<init>(VisualElementRenderer_1.java:38)
  34. 04-08 12:16:29.183 I/MonoDroid( 4231): at xamarin.forms.platform.android.ViewRenderer_2.<init>(ViewRenderer_2.java:38)
  35. 04-08 12:16:29.183 I/MonoDroid( 4231): at xamarin.forms.platform.android.LabelRenderer.<init>(LabelRenderer.java:35)
  36. 04-08 12:16:29.183 I/MonoDroid( 4231): at mono.java.lang.RunnableImplementor.n_run(Native Method)
  37. 04-08 12:16:29.183 I/MonoDroid( 4231): at mono.java.lang.RunnableImplementor.run(RunnableImplementor.java:29)
  38. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.app.Activity.runOnUiThread(Activity.java:5247)
  39. 04-08 12:16:29.183 I/MonoDroid( 4231): at xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow(Native Method)
  40. 04-08 12:16:29.183 I/MonoDroid( 4231): at xamarin.forms.platform.android.PageRenderer.onAttachedToWindow(PageRenderer.java:54)
  41. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.View.dispatchAttachedToWindow(View.java:13406)
  42. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2707)
  43. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2714)
  44. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.ViewGroup.addViewInner(ViewGroup.java:3919)
  45. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.ViewGroup.addView(ViewGroup.java:3733)
  46. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.support.v4.view.ViewPager.addView(ViewPager.java:1309)
  47. 04-08 12:16:29.183 I/MonoDroid( 4231): at android.view.ViewGroup.addView(ViewGroup.java:3678)
  48. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.view.ViewGroup.addView(ViewGroup.java:3654)
  49. 04-08 12:16:29.184 I/MonoDroid( 4231): at xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(Native Method)
  50. 04-08 12:16:29.184 I/MonoDroid( 4231): at xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(CarouselPageAdapter.java:52)
  51. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:837)
  52. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.support.v4.view.ViewPager.populate(ViewPager.java:1053)
  53. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.support.v4.view.ViewPager.populate(ViewPager.java:919)
  54. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.support.v4.view.ViewPager$3.run(ViewPager.java:249)
  55. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  56. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  57. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.view.Choreographer.doFrame(Choreographer.java:549)
  58. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  59. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.os.Handler.handleCallback(Handler.java:739)
  60. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.os.Handler.dispatchMessage(Handler.java:95)
  61. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.os.Looper.loop(Looper.java:135)
  62. 04-08 12:16:29.184 I/MonoDroid( 4231): at android.app.ActivityThread.main(ActivityThread.java:5254)
  63. 04-08 12:16:29.184 I/MonoDroid( 4231): at java.lang.reflect.Method.invoke(Native Method)
  64. 04-08 12:16:29.185 I/MonoDroid( 4231): at java.lang.reflect.Method.invoke(Method.java:372)
  65. 04-08 12:16:29.185 I/MonoDroid( 4231): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  66. 04-08 12:16:29.185 I/MonoDroid( 4231): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  67. 04-08 12:16:29.185 I/MonoDroid( 4231): --- End of inner exception stack trace ---
  68. 04-08 12:16:29.185 I/MonoDroid( 4231): at System.Reflection.MonoCMethod.InternalInvoke (object,object[]) <IL 0x0001c, 0x00134>
  69. 04-08 12:16:29.185 I/MonoDroid( 4231): at System.Activator.CreateInstance (System.Type,bool) <IL 0x000b2, 0x0045b>
  70. 04-08 12:16:29.185 I/MonoDroid( 4231): at System.Activator.CreateInstance (System.Type) <IL 0x00002, 0x00047>
  71. 04-08 12:16:29.185 I/MonoDroid( 4231): at Xamarin.Forms.Registrar`1<Xamarin.Forms.IRegisterable>.GetHandler (System.Type) <0x000fb>
  72. 04-08 12:16:29.185 I/MonoDroid( 4231): at Xamarin.Forms.Registrar`1<Xamarin.Forms.IRegisterable>.GetHandler<Xamarin.Forms.Platform.Android.IVisualElementRenderer> (System.Type) <0x0004f>
  73. 04-08 12:16:29.185 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.RendererFactory.GetRenderer (Xamarin.Forms.VisualElement) <IL 0x00011, 0x000ab>
  74. 04-08 12:16:29.186 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.VisualElementPackager.AddChild (Xamarin.Forms.VisualElement,Xamarin.Forms.Platform.Android.IVisualElementRenderer,Xamarin.Forms.Platform.Android.RendererPool,bool) <IL 0x00024, 0x0017f>
  75. 04-08 12:16:29.186 I/MonoDroid( 4231): at Xamarin.Forms.Platform.Android.VisualElementPackager.OnChildAdded (object,Xamarin.Forms.ElementEventArgs) <IL 0x00014, 0x000eb>
  76. 04-08 12:16:29.186 I/MonoDroid( 4231): at Xamarin.Forms.Element.OnChildAdded (Xamarin.Forms.Element) <IL 0x00037, 0x00187>
  77. 04-08 12:16:29.186 I/MonoDroid( 4231): at Xamarin.Forms.Layout.OnInternalAdded (Xamarin.Forms.View) <IL 0x00002, 0x00057>
  78. 04-08 12:16:29.186 I/MonoDroid( 4231): at Xamarin.Forms.Layout.InternalChildrenOnCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00094, 0x00703>
  79. 04-08 12:16:29.186 I/MonoDroid( 4231): at (wrapper delegate-invoke) <Module>.invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00027, 0x00067>
  80. 04-08 12:16:29.186 I/MonoDroid( 4231): at (wrapper delegate-invoke) <Module>.invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00027, 0x00067>
  81. 04-08 12:16:29.186 I/MonoDroid( 4231): at System.Collections.ObjectModel.ObservableCollection`1<Xamarin.Forms.Element>.OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs) <0x000f7>
  82. 04-08 12:16:29.186 I/MonoDroid( 4231): at System.Collections.ObjectModel.ObservableCollection`1<Xamarin.Forms.Element>.InsertItem (int,Xamarin.Forms.Element) <0x000d3>
  83. 04-08 12:16:29.186 I/MonoDroid( 4231): at System.Collections.ObjectModel.Collection`1<Xamarin.Forms.Element>.Add (Xamarin.Forms.Element) <0x000c3>
  84. 04-08 12:16:29.187 I/MonoDroid( 4231): at Xamarin.Forms.ObservableWrapper`2<Xamarin.Forms.Element, Xamarin.Forms.View>.Add (Xamarin.Forms.View) <0x00203>
  85. 04-08 12:16:29.187 I/MonoDroid( 4231): at DoxConnect.Mobile.Pages.ArticlePage/<>c__DisplayClass2.<CreateBodyElements>b__0 () [0x00000] in d:\Projects\DoxConnect\DoxConnect\DoxConnect.Mobile\DoxConnect.Mobile\Pages\ArticlePage.xaml.cs:88
  86. referenceTable GDEF length=670 1
  87. referenceTable GSUB length=7202 1
  88. referenceTable GPOS length=24560 1
  89. referenceTable GDEF length=670 1
  90. referenceTable GSUB length=7202 1
  91. referenceTable GPOS length=24560 1
  92. referenceTable head length=54 1
  93. referenceTable GDEF length=670 1
  94. referenceTable GSUB length=7186 1
  95. referenceTable GPOS length=24548 1
  96. referenceTable head length=54 1
  97. 04-08 12:16:29.187 I/MonoDroid( 4231): at Java.Lang.Thread/RunnableImplementor.Run () [0x0000b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:36
  98. 04-08 12:16:29.187 I/MonoDroid( 4231): at Java.Lang.IRunnableInvoker.n_Run (intptr,intptr) [0x00009] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Java.Lang.IRunnable.cs:71
  99. 04-08 12:16:29.187 I/MonoDroid( 4231): at (wrapper dynamic-method) object.9e3a4d93-427e-4f26-9116-0b3e679318b9 (intptr,intptr) <IL 0x00011, 0x0003b>
  100. 04-08 12:16:29.211 W/art ( 4231): JNI RegisterNativeMethods: attempt to register 0 native methods for android.runtime.JavaProxyThrowable
  101. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI CallObjectMethod called with pending exception 'android.runtime.JavaProxyThrowable' thrown in void mono.java.lang.RunnableImplementor.n_run():-2
  102. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] in call to CallObjectMethod
  103. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] from void mono.java.lang.RunnableImplementor.n_run()
  104. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.app.Activity.runOnUiThread(Activity04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] "main" prio=5 tid=1 Runnable
  105. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x74cd0f48 self=0xb5107800
  106. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] | sysTid=4231 nice=0 cgrp=apps sched=0/0 handle=0xb6ffeec8
  107. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] | state=R schedstat=( 16875649042 2840727358 12127 ) utm=1594 stm=93 core=0 HZ=100
  108. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] | stack=0xbe801000-0xbe803000 stackSize=8MB
  109. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
  110. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #00 pc 000045ac /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  111. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #01 pc 00002e1d /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  112. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #02 pc 00251875 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+84)
  113. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #03 pc 002355fb /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+162)
  114. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #04 pc 000b0795 /system/lib/libart.so (???)
  115. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #05 pc 000b0ec5 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+68)
  116. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #06 pc 000b414d /system/lib/libart.so (???)
  117. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #07 pc 000b8ecd /system/lib/libart.so (???)
  118. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] native: #08 pc 0006ab88 (???)
  119. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at mono.java.lang.RunnableImplementor.n_run(Native method)
  120. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at mono.java.lang.RunnableImplementor.run(RunnableImplementor.java:29)
  121. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.app.Activity.runOnUiThread(Activity.java:5247)
  122. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow(Native method)
  123. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at xamarin.forms.platform.android.PageRenderer.onAttachedToWindow(PageRenderer.java:54)
  124. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.View.dispatchAttachedToWindow(View.java:13406)
  125. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2707)
  126. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2714)
  127. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.addViewInner(ViewGroup.java:3919)
  128. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.addView(ViewGroup.java:3733)
  129. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.support.v4.view.ViewPager.addView(ViewPager.java:1309)
  130. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.addView(ViewGroup.java:3678)
  131. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.ViewGroup.addView(ViewGroup.java:3654)
  132. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(Native method)
  133. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(CarouselPageAdapter.java:52)
  134. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:837)
  135. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.support.v4.view.ViewPager.populate(ViewPager.java:1053)
  136. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.support.v4.view.ViewPager.populate(ViewPager.java:919)
  137. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.support.v4.view.ViewPager$3.run(ViewPager.java:249)
  138. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  139. 04-08 12:16:29.269 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  140. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.Choreographer.doFrame(Choreographer.java:549)
  141. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  142. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.os.Handler.handleCallback(Handler.java:739)
  143. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.os.Handler.dispatchMessage(Handler.java:95)
  144. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.os.Looper.loop(Looper.java:135)
  145. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at android.app.ActivityThread.main(ActivityThread.java:5254)
  146. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke!(Native method)
  147. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at java.lang.reflect.Method.invoke(Method.java:372)
  148. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  149. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  150. 04-08 12:16:29.270 F/art ( 4231): art/runtime/check_jni.cc:65]
  151. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] Runtime aborting...
  152. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] Aborting thread:
  153. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] "main" prio=5 tid=1 Native
  154. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x74cd0f48 self=0xb5107800
  155. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4231 nice=0 cgrp=apps sched=0/0 handle=0xb6ffeec8
  156. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] | state=R schedstat=( 16898309460 2844295170 12173 ) utm=1595 stm=94 core=0 HZ=100
  157. 04-08 12:16:29.502 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0xbe801000-0xbe803000 stackSize=8MB
  158. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes= "abort lock" "mutator lock"(shared held)
  159. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 000045ac /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  160. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 00002e1d /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  161. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 00251875 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+84)
  162. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #03 pc 002355fb /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+162)
  163. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #04 pc 0022516d /system/lib/libart.so (???)
  164. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #05 pc 0022540f /system/lib/libart.so (???)
  165. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #06 pc 002255cf /system/lib/libart.so (art::Runtime::Abort()+82)
  166. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #07 pc 000a6869 /system/lib/libart.so (art::LogMessage::~LogMessage()+1360)
  167. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #08 pc 000b0981 /system/lib/libart.so (???)
  168. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #09 pc 000b0ec5 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+68)
  169. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #10 pc 000b414d /system/lib/libart.so (???)
  170. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #11 pc 000b8ecd /system/lib/libart.so (???)
  171. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] native: #12 pc 0006ab88 (???)
  172. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.n_run(Native method)
  173. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.run(RunnableImplementor.java:29)
  174. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.Activity.runOnUiThread(Activity.java:5247)
  175. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow(Native method)
  176. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.onAttachedToWindow(PageRenderer.java:54)
  177. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.View.dispatchAttachedToWindow(View.java:13406)
  178. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2707)
  179. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2714)
  180. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addViewInner(ViewGroup.java:3919)
  181. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3733)
  182. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addView(ViewPager.java:1309)
  183. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3678)
  184. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3654)
  185. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(Native method)
  186. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(CarouselPageAdapter.java:52)
  187. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:837)
  188. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:1053)
  189. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:919)
  190. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager$3.run(ViewPager.java:249)
  191. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  192. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  193. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  194. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.handleCallback(Handler.java:739)
  195. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.dispatchMessage(Handler.java:95)
  196. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Looper.loop(Looper.java:135)
  197. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.ActivityThread.main(ActivityThread.java:5254)
  198. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke!(Native method)
  199. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke(Method.java:372)
  200. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  201. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  202. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] Pending exception android.runtime.JavaProxyThrowable thrown by 'void mono.java.lang.RunnableImplementor.n_run():-2'
  203. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] android.runtime.JavaProxyThrowable: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Java.Lang.NullPointerException: Exception of type 'Java.Lang.NullPointerException' was thrown.
  204. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  205. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Android.Runtime.JNIEnv.CallNonvirtualVoidMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue[] parms) [0x00084] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:896
  206. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Android.Runtime.JNIEnv.InvokeConstructor (IntPtr instance, System.String jniCtorSignature, Android.Runtime.JValue[] constructorParameters) [0x0003b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.cs:321
  207. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Android.Runtime.JNIEnv.FinishCreateInstance (IntPtr instance, System.String jniCtorSignature, Android.Runtime.JValue[] constructorParameters) [0x0000b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.cs:310
  208. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.FormsViewGroup..ctor (Android.Content.Context p0) [0x00000] in <filename unknown>:0
  209. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.VisualElementRenderer`1[Xamarin.Forms.Label]..ctor () [0x00000] in <filename unknown>:0
  210. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.ViewRenderer`2[Xamarin.Forms.Label,Android.Widget.TextView]..ctor () [0x00000] in <filename unknown>:0
  211. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.LabelRenderer..ctor () [0x00000] in <filename unknown>:0
  212. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  213. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  214. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] --- End of managed exception stack trace ---
  215. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference
  216. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewConfiguration.get(ViewConfiguration.java:359)
  217. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.View.<init>(View.java:3580)
  218. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.View.<init>(View.java:3675)
  219. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.<init>(ViewGroup.java:491)
  220. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.<init>(ViewGroup.java:487)
  221. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.<init>(ViewGroup.java:483)
  222. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.<init>(ViewGroup.java:479)
  223. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at com.xamarin.forms.platform.android.FormsViewGroup.<init>(FormsViewGroup.java:12)
  224. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.VisualElementRenderer_1.<init>(VisualElementRenderer_1.java:38)
  225. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.ViewRenderer_2.<init>(ViewRenderer_2.java:38)
  226. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.LabelRenderer.<init>(LabelRenderer.java:35)
  227. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.n_run(Native Method)
  228. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.run(RunnableImplementor.java:29)
  229. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.Activity.runOnUiThread(Activity.java:5247)
  230. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow(Native Method)
  231. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.onAttachedToWindow(PageRenderer.java:54)
  232. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.View.dispatchAttachedToWindow(View.java:13406)
  233. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2707)
  234. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2714)
  235. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addViewInner(ViewGroup.java:3919)
  236. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3733)
  237. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addView(ViewPager.java:1309)
  238. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3678)
  239. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3654)
  240. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(Native Method)
  241. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(CarouselPageAdapter.java:52)
  242. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:837)
  243. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:1053)
  244. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:919)
  245. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager$3.run(ViewPager.java:249)
  246. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  247. 04-08 12:16:29.503 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  248. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer.doFrame(Choreographer.java:549)
  249. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  250. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.handleCallback(Handler.java:739)
  251. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.dispatchMessage(Handler.java:95)
  252. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Looper.loop(Looper.java:135)
  253. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.ActivityThread.main(ActivityThread.java:5254)
  254. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke(Native Method)
  255. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke(Method.java:372)
  256. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  257. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  258. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301]
  259. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] --- End of inner exception stack trace ---
  260. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Reflection.MonoCMethod.InternalInvoke (object,object[]) <IL 0x0001c, 0x00134>
  261. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Activator.CreateInstance (System.Type,bool) <IL 0x000b2, 0x0045b>
  262. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Activator.CreateInstance (System.Type) <IL 0x00002, 0x00047>
  263. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Registrar`1<Xamarin.Forms.IRegisterable>.GetHandler (System.Type) <0x000fb>
  264. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Registrar`1<Xamarin.Forms.IRegisterable>.GetHandler<Xamarin.Forms.Platform.Android.IVisualElementRenderer> (System.Type) <0x0004f>
  265. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.RendererFactory.GetRenderer (Xamarin.Forms.VisualElement) <IL 0x00011, 0x000ab>
  266. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.VisualElementPackager.AddChild (Xamarin.Forms.VisualElement,Xamarin.Forms.Platform.Android.IVisualElementRenderer,Xamarin.Forms.Platform.Android.RendererPool,bool) <IL 0x00024, 0x0017f>
  267. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Platform.Android.VisualElementPackager.OnChildAdded (object,Xamarin.Forms.ElementEventArgs) <IL 0x00014, 0x000eb>
  268. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Element.OnChildAdded (Xamarin.Forms.Element) <IL 0x00037, 0x00187>
  269. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Layout.OnInternalAdded (Xamarin.Forms.View) <IL 0x00002, 0x00057>
  270. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.Layout.InternalChildrenOnCollectionChanged (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00094, 0x00703>
  271. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at (wrapper delegate-invoke) <Module>.invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00027, 0x00067>
  272. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at (wrapper delegate-invoke) <Module>.invoke_void_object_NotifyCollectionChangedEventArgs (object,System.Collections.Specialized.NotifyCollectionChangedEventArgs) <IL 0x00027, 0x00067>
  273. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Collections.ObjectModel.ObservableCollection`1<Xamarin.Forms.Element>.OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs) <0x000f7>
  274. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Collections.ObjectModel.ObservableCollection`1<Xamarin.Forms.Element>.InsertItem (int,Xamarin.Forms.Element) <0x000d3>
  275. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at System.Collections.ObjectModel.Collection`1<Xamarin.Forms.Element>.Add (Xamarin.Forms.Element) <0x000c3>
  276. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Xamarin.Forms.ObservableWrapper`2<Xamarin.Forms.Element, Xamarin.Forms.View>.Add (Xamarin.Forms.View) <0x00203>
  277. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at DoxConnect.Mobile.Pages.ArticlePage/<>c__DisplayClass2.<CreateBodyElements>b__0 () [0x00000] in d:\Projects\DoxConnect\DoxConnect\DoxConnect.Mobile\DoxConnect.Mobile\Pages\ArticlePage.xaml.cs:88
  278. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Java.Lang.Thread/RunnableImplementor.Run () [0x0000b] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:36
  279. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at Java.Lang.IRunnableInvoker.n_Run (intptr,intptr) [0x00009] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.21-series/38ac51a9/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Java.Lang.IRunnable.cs:71
  280. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at (wrapper dynamic-method) object.9e3a4d93-427e-4f26-9116-0b3e679318b9 (intptr,intptr) <IL 0x00011, 0x0003b>
  281. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301]
  282. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void mono.java.lang.RunnableImplementor.n_run() (RunnableImplementor.java:-2)
  283. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void mono.java.lang.RunnableImplementor.run() (RunnableImplementor.java:29)
  284. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.app.Activity.runOnUiThread(java.lang.Runnable) (Activity.java:5247)
  285. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow() (PageRenderer.java:-2)
  286. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void xamarin.forms.platform.android.PageRenderer.onAttachedToWindow() (PageRenderer.java:54)
  287. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.View.dispatchAttachedToWindow(android.view.View$AttachInfo, int) (View.java:13406)
  288. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.dispatchAttachedToWindow(android.view.View$AttachInfo, int) (ViewGroup.java:2707)
  289. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.dispatchAttachedToWindow(android.view.View$AttachInfo, int) (ViewGroup.java:2714)
  290. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.addViewInner(android.view.View, int, android.view.ViewGroup$LayoutParams, boolean) (ViewGroup.java:3919)
  291. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.addView(android.view.View, int, android.view.ViewGroup$LayoutParams) (ViewGroup.java:3733)
  292. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.support.v4.view.ViewPager.addView(android.view.View, int, android.view.ViewGroup$LayoutParams) (ViewPager.java:1309)
  293. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.addView(android.view.View, int) (ViewGroup.java:3678)
  294. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.ViewGroup.addView(android.view.View) (ViewGroup.java:3654)
  295. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.Object xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(android.view.ViewGroup, int) (CarouselPageAdapter.java:-2)
  296. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.Object xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(android.view.ViewGroup, int) (CarouselPageAdapter.java:52)
  297. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager$ItemInfo android.support.v4.view.ViewPager.addNewItem(int, int) (ViewPager.java:837)
  298. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.support.v4.view.ViewPager.populate(int) (ViewPager.java:1053)
  299. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.support.v4.view.ViewPager.populate() (ViewPager.java:919)
  300. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.support.v4.view.ViewPager$3.run() (ViewPager.java:249)
  301. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.Choreographer$CallbackRecord.run(long) (Choreographer.java:767)
  302. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.Choreographer.doCallbacks(int, long) (Choreographer.java:580)
  303. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.Choreographer.doFrame(long, int) (Choreographer.java:549)
  304. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.view.Choreographer$FrameDisplayEventReceiver.run() (Choreographer.java:753)
  305. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:739)
  306. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:95)
  307. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.os.Looper.loop() (Looper.java:135)
  308. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:5254)
  309. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[], boolean) (Method.java:-2)
  310. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[]) (Method.java:372)
  311. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:898)
  312. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:693)
  313. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] Dumping all threads without appropriate locks held: thread list lock mutator lock
  314. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] All threads:
  315. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] DALVIK THREADS (20):
  316. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] "main" prio=5 tid=1 Native
  317. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x74cd0f48 self=0xb5107800
  318. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4231 nice=0 cgrp=apps sched=0/0 handle=0xb6ffeec8
  319. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | state=R schedstat=( 16911869304 2845319284 12179 ) utm=1597 stm=94 core=0 HZ=100
  320. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0xbe801000-0xbe803000 stackSize=8MB
  321. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes= "abort lock"
  322. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 000045ac /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
  323. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 00002e1d /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
  324. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 00251875 /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+84)
  325. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #03 pc 002355fb /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+162)
  326. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #04 pc 0023e4ed /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+120)
  327. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #05 pc 00225385 /system/lib/libart.so (???)
  328. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #06 pc 002255cf /system/lib/libart.so (art::Runtime::Abort()+82)
  329. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #07 pc 000a6869 /system/lib/libart.so (art::LogMessage::~LogMessage()+1360)
  330. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #08 pc 000b0981 /system/lib/libart.so (???)
  331. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #09 pc 000b0ec5 /system/lib/libart.so (art::JniAbortF(char const*, char const*, ...)+68)
  332. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #10 pc 000b414d /system/lib/libart.so (???)
  333. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #11 pc 000b8ecd /system/lib/libart.so (???)
  334. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] native: #12 pc 0006ab88 (???)
  335. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.n_run(Native method)
  336. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at mono.java.lang.RunnableImplementor.run(RunnableImplementor.java:29)
  337. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.Activity.runOnUiThread(Activity.java:5247)
  338. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.n_onAttachedToWindow(Native method)
  339. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.PageRenderer.onAttachedToWindow(PageRenderer.java:54)
  340. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.View.dispatchAttachedToWindow(View.java:13406)
  341. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2707)
  342. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2714)
  343. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addViewInner(ViewGroup.java:3919)
  344. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3733)
  345. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addView(ViewPager.java:1309)
  346. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3678)
  347. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.ViewGroup.addView(ViewGroup.java:3654)
  348. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.n_instantiateItem(Native method)
  349. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at xamarin.forms.platform.android.CarouselPageAdapter.instantiateItem(CarouselPageAdapter.java:52)
  350. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:837)
  351. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:1053)
  352. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager.populate(ViewPager.java:919)
  353. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.support.v4.view.ViewPager$3.run(ViewPager.java:249)
  354. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
  355. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer.doCallbacks(Choreographer.java:580)
  356. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer.doFrame(Choreographer.java:549)
  357. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
  358. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.handleCallback(Handler.java:739)
  359. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Handler.dispatchMessage(Handler.java:95)
  360. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.os.Looper.loop(Looper.java:135)
  361. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at android.app.ActivityThread.main(ActivityThread.java:5254)
  362. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke!(Native method)
  363. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at java.lang.reflect.Method.invoke(Method.java:372)
  364. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  365. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  366. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301]
  367. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
  368. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x0 self=0x7eb0e400
  369. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4237 nice=0 cgrp=apps sched=0/0 handle=0x78093200
  370. 04-08 12:16:29.504 F/art ( 4231): art/runtime/runtime.cc:301] | state=S schedstat=( 4042657 8827500 21 ) utm=0 stm=0 core=0 HZ=100
  371. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0x84980000-0x84982000 stackSize=1020KB
  372. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes=
  373. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 00010590 /system/lib/libc.so (syscall+28)
  374. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 000a95a3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+98)
  375. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 0023f795 /system/lib/libart.so (art::ThreadPool::GetTask(art::Thread*)+64)
  376. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #03 pc 0023f72f /system/lib/libart.so (art::ThreadPoolWorker::Run()+62)
  377. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #04 pc 0024001d /system/lib/libart.so (art::ThreadPoolWorker::Callback(void*)+60)
  378. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #05 pc 0001470b /system/lib/libc.so (???)
  379. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #06 pc 00011edb /system/lib/libc.so (???)
  380. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] (no managed stack frames)
  381. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301]
  382. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] "Heap thread pool worker thread 1" prio=5 tid=3 Native (still starting up)
  383. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x0 self=0x7e80e400
  384. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4238 nice=0 cgrp=apps sched=0/0 handle=0x78093480
  385. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | state=S schedstat=( 1901455 2258595 19 ) utm=0 stm=0 core=0 HZ=100
  386. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0x84880000-0x84882000 stackSize=1020KB
  387. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes=
  388. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 00010590 /system/lib/libc.so (syscall+28)
  389. 04-08 12:16:29.505 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 000a95a3 /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+98)
  390. 04-08 12:16:29.506 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0x34404000-0x34406000 stackSize=1012KB
  391. 04-08 12:16:29.510 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes=
  392. 04-08 12:16:29.510 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 00041f2c /system/lib/libc.so (__epoll_pwait+20)
  393. 04-08 12:16:29.510 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 0001220f /system/lib/libc.so (epoll_pwait+34)
  394. 04-08 12:16:29.512 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 0001222d /system/lib/libc.so (epoll_wait+12)
  395. 04-08 12:16:29.512 F/art ( 4231): art/runtime/runtime.cc:301] native: #03 pc 00010d9f /system/lib/libutils.so (android::Looper::pollInner(int)+98)
  396. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #04 pc 00010fc9 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
  397. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #05 pc 0003ca21 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+44)
  398. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #06 pc 0000eebd /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
  399. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #07 pc 00058ce7 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+66)
  400. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #08 pc 0000ea2d /system/lib/libutils.so (???)
  401. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #09 pc 0001470b /system/lib/libc.so (???)
  402. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] native: #10 pc 00011edb /system/lib/libc.so (???)
  403. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301] (no managed stack frames)
  404. 04-08 12:16:29.513 F/art ( 4231): art/runtime/runtime.cc:301]
  405. 04-08 12:16:29.517 F/art ( 4231): art/runtime/runtime.cc:301] "Thread-13367" prio=5 tid=19 Native
  406. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x84f8a080 self=0x7e835800
  407. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4332 nice=0 cgrp=apps sched=0/0 handle=0x34f54580
  408. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] | state=S schedstat=( 47199012 40515883 97 ) utm=4 stm=0 core=0 HZ=100
  409. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0x31902000-0x31904000 stackSize=1020KB
  410. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes=
  411. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 00010590 /system/lib/libc.so (syscall+28)
  412. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 00014587 /system/lib/libc.so (???)
  413. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 001c9130 /data/app/Mono.Android.DebugRuntime-1/lib/arm/libmonosgen-2.0.so (???)
  414. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] (no managed stack frames)
  415. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301]
  416. 04-08 12:16:29.525 F/art ( 4231): art/runtime/runtime.cc:301] "Thread-13368" prio=5 tid=20 Native
  417. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] | group="" sCount=0 dsCount=0 obj=0x84dfa140 self=0x7e535800
  418. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] | sysTid=4335 nice=0 cgrp=apps sched=0/0 handle=0x34507300
  419. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] | state=S schedstat=( 678808700 202317923 460 ) utm=57 stm=10 core=0 HZ=100
  420. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] | stack=0x3030e000-0x30310000 stackSize=1020KB
  421. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] | held mutexes=
  422. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] native: #00 pc 00010594 /system/lib/libc.so (syscall+32)
  423. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] native: #01 pc 0005bc9f /system/lib/libc.so (sem_timedwait+142)
  424. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] native: #02 pc 001e8450 /data/app/Mono.Android.DebugRuntime-1/lib/arm/libmonosgen-2.0.so (mono_sem_timedwait+176)
  425. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301] (no managed stack frames)
  426. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301]
  427. 04-08 12:16:29.526 F/art ( 4231): art/runtime/runtime.cc:301]
  428. 04-08 12:16:29.528 F/libc ( 4231): Fatal signal 6 (SIGABRT), code -6 in tid 4231 (oxconnect.droid)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement