xamarin / AndroidX

AndroidX bindings for .NET for Android
MIT License
182 stars 45 forks source link

App crashes when upgrading XamarinandroidX.Core 1.5.0 to 1.6.0 #480

Closed vsfeedback closed 2 years ago

vsfeedback commented 2 years ago

This issue has been moved from a ticket on Developer Community.


[severity:It bothers me. A fix would be nice] App crashes when upgrading XamarinandroidX.Core 1.5.0 to 1.6.0
this what logcat gives when trying to scroll down listview and app crashes the app starts and shows data but when trying to scroll down the lisview it crashes

2021-07-15 13:49:14.841 13535-4293/? I/ADB_SERVICES: post waitpid (pid=4292) status=0000
2021-07-15 13:49:14.849 13535-13535/? I/ADB_SERVICES: service_to_fd shell:logcat --help
2021-07-15 13:49:14.887 13535-4295/? I/ADB_SERVICES: post waitpid (pid=4294) status=0000
2021-07-15 13:49:14.911 13535-13535/? I/ADB_SERVICES: service_to_fd shell:logcat -v long -v epoch
2021-07-15 13:49:14.992 3960-3960/? W/RenderThread: type=1400 audit(0.0:2089014): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5339 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-07-15 13:49:15.016 21544-21544/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-07-15 13:49:15.240 3960-3960/? W/RenderThread: type=1400 audit(0.0:2089015): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5339 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-07-15 13:49:15.492 3960-3960/? W/RenderThread: type=1400 audit(0.0:2089016): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5339 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-07-15 13:49:15.611 1338-1495/? I/PerfService: PerfServiceNative_boostEnableAsync:6
2021-07-15 13:49:15.614 1338-1494/? D/lights: write_int open fd=-1
2021-07-15 13:49:15.625 1338-1495/? I/PerfService: PerfServiceNative_boostDisableAsync:6
2021-07-15 13:49:15.679 3960-3960/? E/InputEventReceiver: Exception dispatching input event.
2021-07-15 13:49:15.679 3960-3960/? E/MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
2021-07-15 13:49:15.681 3960-3960/? E/MessageQueue-JNI: android.runtime.JavaProxyThrowable: System.TypeLoadException: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout failed
      at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0002c] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at Java.Interop.TypeManager.CreateProxy (System.Type type, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x0001b] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00111] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x00023] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Android.Views.View.get_Parent () [0x0001f] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Wordpress.Fragments.MovementListener.OnInterceptTouchEvent (AndroidX.RecyclerView.Widget.RecyclerView recyclerView, Android.Views.MotionEvent event) [0x00035] in <6f815170c2ca423dacb7cc86918dc279>:0 
      at AndroidX.RecyclerView.Widget.RecyclerView+IOnItemTouchListenerInvoker.n_OnInterceptTouchEvent_Landroidx_recyclerview_widget_RecyclerView_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_recyclerView, System.IntPtr native__event) [0x00017] in <a2e0b323d0994201a05bff6749554106>:0 
        at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,intptr,intptr)
        at crc6453a9aee63cb60e9a.MovementListener.n_onInterceptTouchEvent(Native Method)
        at crc6453a9aee63cb60e9a.MovementListener.onInterceptTouchEvent(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.onInterceptTouchEvent(Unknown Source)
        at com.telerik.widget.list.RadListView.onInterceptTouchEvent(Unknown Source)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2223)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(View
2021-07-15 13:49:15.681 3960-3960/? D/AndroidRuntime: Shutting down VM
2021-07-15 13:49:15.704 3960-3960/? I/MonoDroid: UNHANDLED EXCEPTION:
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid: Android.Runtime.JavaProxyThrowable: Exception of type 'Android.Runtime.JavaProxyThrowable' was thrown.
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   --- End of managed Android.Runtime.JavaProxyThrowable stack trace ---
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid: android.runtime.JavaProxyThrowable: System.TypeLoadException: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout failed
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0002c] in <e3a58df407974c48b5dd6792cc79cf70>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in <e3a58df407974c48b5dd6792cc79cf70>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Java.Interop.TypeManager.CreateProxy (System.Type type, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x0001b] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00111] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x00023] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Android.Views.View.get_Parent () [0x0001f] in <ac917c8b47704411ae344ba4019f0192>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at Wordpress.Fragments.MovementListener.OnInterceptTouchEvent (AndroidX.RecyclerView.Widget.RecyclerView recyclerView, Android.Views.MotionEvent event) [0x00035] in <6f815170c2ca423dacb7cc86918dc279>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:   at AndroidX.RecyclerView.Widget.RecyclerView+IOnItemTouchListenerInvoker.n_OnInterceptTouchEvent_Landroidx_recyclerview_widget_RecyclerView_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_recyclerView, System.IntPtr native__event) [0x00017] in <a2e0b323d0994201a05bff6749554106>:0 
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,intptr,intptr)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at crc6453a9aee63cb60e9a.MovementListener.n_onInterceptTouchEvent(Native Method)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at crc6453a9aee63cb60e9a.MovementListener.onInterceptTouchEvent(Unknown Source)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener(Unknown Source)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at androidx.recyclerview.widget.RecyclerView.onInterceptTouchEvent(Unknown Source)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at com.telerik.widget.list.RadListView.onInterceptTouchEvent(Unknown Source)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2223)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.716 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:471)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1864)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.app.Activity.dispatchTouchEvent(Activity.java:3227)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:425)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.View.dispatchPointerEvent(View.java:10446)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:5421)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5220)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4737)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4696)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:4865)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4704)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:4922)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4737)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4696)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4704)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:7398)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:7372)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7315)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:7574)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.ViewRootImpl$ColorWindowInputEventReceiver.onInputEvent(ViewRootImpl.java:9130)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.os.MessageQueue.nativePollOnce(Native Method)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.os.MessageQueue.next(MessageQueue.java:328)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.os.Looper.loop(Looper.java:173)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at android.app.ActivityThread.main(ActivityThread.java:6806)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at java.lang.reflect.Method.invoke(Native Method)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
2021-07-15 13:49:15.717 3960-3960/? I/MonoDroid: --------- beginning of crash
2021-07-15 13:49:15.718 3960-3960/? E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.nkkinsoft.mommy.bites, PID: 3960
    android.runtime.JavaProxyThrowable: System.TypeLoadException: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout failed
      at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0002c] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at Java.Interop.TypeManager.CreateProxy (System.Type type, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x0001b] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00111] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x00023] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Android.Views.View.get_Parent () [0x0001f] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Wordpress.Fragments.MovementListener.OnInterceptTouchEvent (AndroidX.RecyclerView.Widget.RecyclerView recyclerView, Android.Views.MotionEvent event) [0x00035] in <6f815170c2ca423dacb7cc86918dc279>:0 
      at AndroidX.RecyclerView.Widget.RecyclerView+IOnItemTouchListenerInvoker.n_OnInterceptTouchEvent_Landroidx_recyclerview_widget_RecyclerView_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_recyclerView, System.IntPtr native__event) [0x00017] in <a2e0b323d0994201a05bff6749554106>:0 
        at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,intptr,intptr)
        at crc6453a9aee63cb60e9a.MovementListener.n_onInterceptTouchEvent(Native Method)
        at crc6453a9aee63cb60e9a.MovementListener.onInterceptTouchEvent(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.onInterceptTouchEvent(Unknown Source)
        at com.telerik.widget.list.RadListView.onInterceptTouchEvent(Unknown Source)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2223)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
2021-07-15 13:49:15.719 3960-3960/? E/AndroidRuntime:     at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at com.android.internal.policy.DecorView.superDispatchTouchEvent(DecorView.java:471)
        at com.android.internal.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1864)
        at android.app.Activity.dispatchTouchEvent(Activity.java:3227)
        at androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
        at androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
        at com.android.internal.policy.DecorView.dispatchTouchEvent(DecorView.java:425)
        at android.view.View.dispatchPointerEvent(View.java:10446)
        at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:5421)
        at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:5220)
        at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
        at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4737)
        at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4696)
        at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:4865)
        at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4704)
        at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:4922)
        at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
        at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4737)
        at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4696)
        at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4704)
        at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4677)
        at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:7398)
        at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:7372)
        at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:7315)
        at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:7574)
        at android.view.ViewRootImpl$ColorWindowInputEventReceiver.onInputEvent(ViewRootImpl.java:9130)
        at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:185)
        at android.os.MessageQueue.nativePollOnce(Native Method)
        at android.os.MessageQueue.next(MessageQueue.java:328)
        at android.os.Looper.loop(Looper.java:173)
        at android.app.ActivityThread.main(ActivityThread.java:6806)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)

    --------- beginning of system
2021-07-15 13:49:15.730 1338-1365/? W/ActivityManager:   Force finishing activity com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity
2021-07-15 13:49:15.745 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{f658a08 token=Token{50473ab ActivityRecord{dfa41fa u0 com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity t3390}}}
2021-07-15 13:49:15.746 1338-1365/? V/WindowManager: Set focused app to: AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}} old focus=AppWindowToken{f658a08 token=Token{50473ab ActivityRecord{dfa41fa u0 com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity t3390}}} moveFocusNow=true
2021-07-15 13:49:15.747 1338-1365/? V/WindowManager: findFocusedWindow: Reached focused app=AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}} target=AppWindowToken{f658a08 token=Token{50473ab ActivityRecord{dfa41fa u0 com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity t3390}}}
2021-07-15 13:49:15.748 1338-1365/? V/WindowManager: Changing focus from Window{7c0459e u0 com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity} to null Callers=com.android.server.wm.WindowManagerService.setFocusedApp:5181 com.android.server.am.ActivityManagerService.setFocusedActivityLocked:3739 com.android.server.am.ActivityStackSupervisor.moveHomeStackTaskToTop:735 com.android.server.am.ActivityStack.adjustFocusedActivityLocked:4116 
2021-07-15 13:49:15.748 1338-1365/? D/WindowManager: Input focus has changed to null
2021-07-15 13:49:15.751 1338-1365/? D/Theia.NoFocusWindow: FocusWindowErrorScene CheckFreezeScreen
2021-07-15 13:49:15.752 1338-1365/? W/WindowManager: CHECK_FOCUS_WINDOW_ERROR_MSG start check
2021-07-15 13:49:15.758 2579-2579/? I/perfservd: 0: set freq: 1794000 -1 2340000 -1
2021-07-15 13:49:15.759 3960-3960/? I/Process: Sending signal. PID: 3960 SIG: 9
2021-07-15 13:49:15.763 21544-21544/? I/Choreographer: Skipped 1 frames!  The application may be doing too much work on its main thread.
2021-07-15 13:49:15.846 1338-4300/? D/DropBoxManagerService: file :: /data/system/dropbox/2021@07@15@M6763A_11[Redacted]@[Redacted]bites@data_app_crash@867453036952391_1626353355723_1626353355842.txt.gz
2021-07-15 13:49:15.848 1338-4300/? D/AES: onEndOfErrorDumpThread: data_app_crash Process: com.nkkinsoft.mommy.bites
    Time: 1626353355723
    Flags: 0x38e8be44
    Package: com.nkkinsoft.mommy.bites v1 (1.0)
    PID: 3960
    Foreground: Yes
    Build: OPPO/CPH1723/CPH1723:7.1.1/N6F26Q/1572534219:user/release-keys

    android.runtime.JavaProxyThrowable: System.TypeLoadException: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout failed
      at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0002c] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at Java.Interop.TypeManager.CreateProxy (System.Type type, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x0001b] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00111] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x00023] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Android.Views.View.get_Parent () [0x0001f] in <ac917c8b47704411ae344ba4019f0192>:0 
      at Wordpress.Fragments.MovementListener.OnInterceptTouchEvent (AndroidX.RecyclerView.Widget.RecyclerView recyclerView, Android.Views.MotionEvent event) [0x00035] in <6f815170c2ca423dacb7cc86918dc279>:0 
      at AndroidX.RecyclerView.Widget.RecyclerView+IOnItemTouchListenerInvoker.n_OnInterceptTouchEvent_Landroidx_recyclerview_widget_RecyclerView_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_recyclerView, System.IntPtr native__event) [0x00017] in <a2e0b323d0994201a05bff6749554106>:0 
        at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.53(intptr,intptr,intptr,intptr)
        at crc6453a9aee63cb60e9a.MovementListener.n_onInterceptTouchEvent(Native Method)
        at crc6453a9aee63cb60e9a.MovementListener.onInterceptTouchEvent(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.findInterceptingOnItemTouchListener(Unknown Source)
        at androidx.recyclerview.widget.RecyclerView.onInterceptTouchEvent(Unknown Source)
        at com.telerik.widget.list.RadListView.onInterceptTouchEvent(Unknown Source)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2223)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2765)
        at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2398)
        at android.view.ViewGroup.dispat
2021-07-15 13:49:15.848 1338-4300/? W/AES: Exception Log handling...
2021-07-15 13:49:15.850 1338-1494/? W/InputDispatcher: channel '7c0459e com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
2021-07-15 13:49:15.850 1338-1494/? E/InputDispatcher: channel '7c0459e com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
2021-07-15 13:49:15.871 1338-2810/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=16558, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@f63d3ba)
2021-07-15 13:49:15.871 1338-1384/? I/WindowManager: WIN DEATH: Window{7c0459e u0 com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity}
2021-07-15 13:49:15.872 1338-1517/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ LISTEN id=16558, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ]
2021-07-15 13:49:15.874 404-2184/? I/BufferQueueProducer: [com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity](this:0x74e8a68800,id:63275,api:1,p:3960,c:404) disconnect(P): api 1
2021-07-15 13:49:15.877 1338-4300/? D/AES: ExceptionLog: notify aed
2021-07-15 13:49:15.877 1338-4300/? D/AES:     process : com.nkkinsoft.mommy.bites
2021-07-15 13:49:15.877 1338-4300/? D/AES:      module : com.nkkinsoft.mommy.bites v1 (1.0)
2021-07-15 13:49:15.877 1338-4300/? D/AES:       cause : data_app_crash
2021-07-15 13:49:15.877 1338-4300/? D/AES:       pid : 3960
2021-07-15 13:49:15.877 1338-4300/? D/AEE_LIBAEE: shell: raise_exp(4, 3960, -1361051648, com.nkkinsoft.mommy.bites, 0x0x7029c86880, 0x0x0)
2021-07-15 13:49:15.879 1338-4300/? D/AEE_LIBAEE: shell: connected with AED OK
2021-07-15 13:49:15.880 1338-2038/? D/GraphicsStats: Buffer count: 10
2021-07-15 13:49:15.880 1338-3855/? I/ActivityManager: Process com.nkkinsoft.mommy.bites (pid 3960) has died
2021-07-15 13:49:15.880 628-628/? D/AEE_AED: $===AEE===AEE===AEE===$
2021-07-15 13:49:15.880 628-628/? D/AEE_AED: p 1 poll events 1 revents 1
2021-07-15 13:49:15.881 628-628/? D/AEE_AED: PPM cpu cores:8, online:8
2021-07-15 13:49:15.881 1338-3855/? D/ActivityManager: cleanUpApplicationRecord -- 3960
2021-07-15 13:49:15.881 628-628/? D/AEE_AED: aed_main_fork_worker: generator 0x76ac02fcc0, worker 0x7fedc135e0, recv_fd 12
2021-07-15 13:49:15.882 4304-4304/? D/AEE_AED: read success, handling msg (Ind, AE_IND_EXP_RAISED)
2021-07-15 13:49:15.882 4304-4304/? I/AEE_AED: [preset_info] pid: 3960, tid: -1361051648, name: UNKNOWN  >>> UNKNOWN <<<
2021-07-15 13:49:15.882 4304-4304/? V/AEE_AED: Write: Req.AE_REQ_PROCESS, seq:ffffffff
2021-07-15 13:49:15.882 1338-4300/? D/AEE_LIBAEE: shell: got the request (cmd:Req,AE_REQ_PROCESS)
2021-07-15 13:49:15.883 4304-4304/? V/AEE_AED: Read: Rsp.AE_REQ_PROCESS, seq:ffffffff, 0, 1a
2021-07-15 13:49:15.883 4304-4304/? D/AEE_AED:   Process:com.nkkinsoft.mommy.bites
2021-07-15 13:49:15.883 4304-4304/? V/AEE_AED: dashboard_record_update() : rec->module = com.nkkinsoft.mommy.bites 
2021-07-15 13:49:15.883 4304-4304/? D/AEE_AED: Duplicated exception, cnt = 8 
2021-07-15 13:49:15.883 4304-4304/? D/AEE_AED: Last exception time: 1626353207 
2021-07-15 13:49:15.883 4304-4304/? D/AEE_AED: cur time: 1626353355 
2021-07-15 13:49:15.883 4304-4304/? D/AEE_AED: Skip for Exp level'0'
2021-07-15 13:49:15.883 1338-4300/? D/AEE_LIBAEE: shell: got the request (cmd:Ind,AE_IND_LOG_CLOSE)
2021-07-15 13:49:15.883 1338-4300/? D/AEE_LIBAEE: shell: Got session close ind from AED
2021-07-15 13:49:15.884 628-628/? D/AEE_AED: clear ppm settings
2021-07-15 13:49:15.884 628-628/? D/AEE_AED: $===AEE===AEE===AEE===$
2021-07-15 13:49:15.887 1338-1384/? W/InputDispatcher: Attempted to unregister already unregistered input channel '7c0459e com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity (server)'
2021-07-15 13:49:15.888 3602-3602/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ads.service.CACHE pkg=com.google.android.gms }
2021-07-15 13:49:15.889 404-404/? I/BufferQueueConsumer: [com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity](this:0x74e8a68800,id:63275,api:1,p:-1,c:-1) disconnect(C)
2021-07-15 13:49:15.894 404-439/? I/BufferQueue: [com.nkkinsoft.mommy.bites/crc64bd89ac152209ab0c.MainActivity](this:0x74e8a68800,id:63275,api:1,p:-1,c:-1) ~BufferQueueCore
2021-07-15 13:49:15.895 1338-1384/? V/WindowManager: findFocusedWindow: No focusable windows.
2021-07-15 13:49:15.896 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:15.899 1338-1565/? I/libPerfService: [perfNotifyAppState] foreground:ginlemon.flowerfree, pid:20390
2021-07-15 13:49:15.899 1338-1565/? I/libPerfService: [perfNotifyAppState] match !!!
2021-07-15 13:49:15.901 1338-3855/? D/ActivityManager: zjm TOP_APP is ProcessRecord{da77123 20390:ginlemon.flowerfree/u0a297} uid is 10297
2021-07-15 13:49:15.900 1338-1338/? W/Binder:1338_1C: type=1400 audit(0.0:2089017): avc: denied { write } for name="static_ux" dev="proc" ino=130693459 scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=0
2021-07-15 13:49:15.904 1338-3855/? D/UIFirstUtils: writeProcNode: proc/20390/task/20390/static_ux (Permission denied)
2021-07-15 13:49:15.900 1338-1338/? W/Binder:1338_1C: type=1400 audit(0.0:2089018): avc: denied { write } for name="static_ux" dev="proc" ino=130693460 scontext=u:r:system_server:s0 tcontext=u:r:untrusted_app:s0:c512,c768 tclass=file permissive=0
2021-07-15 13:49:15.905 1338-3855/? D/UIFirstUtils: writeProcNode: proc/20390/task/20673/static_ux (Permission denied)
2021-07-15 13:49:15.907 1338-2780/? V/WindowManager: findFocusedWindow: No focusable windows.
2021-07-15 13:49:15.913 1338-3855/? I/ActivityManager: OifaceUtil cann't get currentPackage
2021-07-15 13:49:15.915 1338-1338/? I/OppoPhoneWindowManager: KeyLockModeReceiver KeyLockMode: 0 ProcessName: com.nkkinsoft.mommy.bites
2021-07-15 13:49:15.919 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:15.920 20390-20390/? I/WPOffsetInterpolator: onStart: 
2021-07-15 13:49:15.920 20390-20390/? D/RestartNotiJS: RESTARTNOT passedTime = 1383727
2021-07-15 13:49:15.921 20390-20390/? I/WeatherClock: OnLifecycleEvent works onStart
2021-07-15 13:49:15.921 20390-20390/? D/WeatherClock: Broadcasts registered
2021-07-15 13:49:15.926 20390-20390/? I/WeatherClockViewModel: requestWeatherUpdate started. Force=false
2021-07-15 13:49:15.926 20390-20390/? D/WeatherRetriever: retry time 1800s
2021-07-15 13:49:15.927 1338-2877/? D/AlarmManager: getNextAlarmClockImpl is called before Lock 
2021-07-15 13:49:15.927 1338-2877/? D/AlarmManager: getNextAlarmClockImpl is called in Lock 
2021-07-15 13:49:15.928 20390-20534/? D/WeatherClockViewModel: New alarm loaded
2021-07-15 13:49:15.928 20390-20390/? D/Crashlytics: HomeScreen onResume
2021-07-15 13:49:15.928 20390-20390/? V/SmartLauncher: ActivityResumed
2021-07-15 13:49:15.929 20390-20390/? V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = ViewRoot{a787949 ginlemon.flowerfree/ginlemon.flower.HomeScreen,ident = 0}, this = DecorView@5d42d85[HomeScreen]
2021-07-15 13:49:15.931 404-404/? I/BufferQueue: [unnamed-404-63276](this:0x74e820d000,id:63276,api:0,p:-1,c:-1) BufferQueue core=(404:/system/bin/surfaceflinger)
2021-07-15 13:49:15.931 404-404/? I/BufferQueueConsumer: [unnamed-404-63276](this:0x74e820d000,id:63276,api:0,p:-1,c:404) connect(C): consumer=(404:/system/bin/surfaceflinger) controlledByApp=false
2021-07-15 13:49:15.933 1338-2043/? V/WindowManager: Changing focus from null to Window{e53609b u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen} Callers=com.android.server.wm.WindowManagerService.relayoutWindow:4032 com.android.server.wm.Session.relayout:236 android.view.IWindowSession$Stub.onTransact:286 com.android.server.wm.Session.onTransact:151 
2021-07-15 13:49:15.933 1338-2043/? D/WindowManager: Input focus has changed to Window{e53609b u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen}
2021-07-15 13:49:15.934 1338-2043/? D/Theia.NoFocusWindow: FocusWindowErrorScene cancelCheckFreezeScreen
2021-07-15 13:49:15.935 21544-21544/? D/BarTransitions.FrameLayout: setForceOpaque forceOpaque:false color:0 @com.android.systemui.statusbar.phone.NavigationBarInflateTransitions@7029380
2021-07-15 13:49:15.937 21544-21544/? D/BarTransitions.FrameLayout: setForceOpaque forceOpaque:false color:0 @com.android.systemui.statusbar.phone.NavigationBarInflateTransitions@7029380
2021-07-15 13:49:15.937 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:15.937 20390-20673/? D/OpenGLRenderer: CanvasContext() 0x703a8f1900 initialize window=0x7060e5ae00, title=ginlemon.flowerfree/ginlemon.flower.HomeScreen
2021-07-15 13:49:15.937 20390-20390/? D/Surface: Surface::allocateBuffers(this=0x7060e5ae00)
2021-07-15 13:49:15.937 404-436/? I/BufferQueueProducer: [ginlemon.flowerfree/ginlemon.flower.HomeScreen](this:0x74e820d000,id:63276,api:1,p:20390,c:404) connect(P): api=1 producer=(20390:ginlemon.flowerfree) producerControlledByApp=true
2021-07-15 13:49:15.937 20390-20673/? W/libEGL: [ANDROID_RECORDABLE] format: 1
2021-07-15 13:49:15.939 20390-20673/? D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
2021-07-15 13:49:15.940 20390-20390/? D/WeatherClock: onReceive: intentIntent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
2021-07-15 13:49:15.942 20390-20390/? V/InputMethodManager: onWindowFocus: null softInputMode=32 first=true flags=#81910100
2021-07-15 13:49:15.962 20390-20673/? D/OpenGLRenderer: CacheTexture 24 upload: x, y, width height = 448, 112, 128, 120
2021-07-15 13:49:15.972 20390-20390/? W/RenderThread: type=1400 audit(0.0:2089019): avc: denied { read } for name="boot_mode" dev="sysfs" ino=5339 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0
2021-07-15 13:49:15.978 1338-2032/? D/ActivityManager: mLaunchingActivity.release() in activityIdleInternalLocked
2021-07-15 13:49:15.979 2579-2579/? I/perfservd: 0: set freq: -1 -1 -1 -1
2021-07-15 13:49:15.982 1338-1414/? D/WindowManager: notifyActivityDrawnForKeyguard: waiting=false Callers=com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked:1430 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementInner:377 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop:275 com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement:219 com.android.server.wm.WindowManagerService$H.handleMessage:9676 
2021-07-15 13:49:15.984 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:15.984 21544-21544/? D/BarTransitions.FrameLayout: setForceOpaque forceOpaque:true color:0 @com.android.systemui.statusbar.phone.NavigationBarInflateTransitions@7029380
2021-07-15 13:49:15.985 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:15.985 21544-21544/? D/BarTransitions.FrameLayout: setForceOpaque forceOpaque:true color:0 @com.android.systemui.statusbar.phone.NavigationBarInflateTransitions@7029380
2021-07-15 13:49:15.988 404-404/? D/MALI: eglCreateImageKHR:501: [Crop] 0 0 0 0  img[1080 2160] 
2021-07-15 13:49:15.993 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:16.022 21544-21544/? D/ButtonDispatcher: ID:7f0f005c N:2 setImageDrawable android.graphics.drawable.BitmapDrawable@dc5495b @com.android.systemui.statusbar.phone.ButtonDispatcher@6eca55c
2021-07-15 13:49:16.022 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f005c
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f005c
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: ID:7f0f0119 N:2 setImageDrawable android.graphics.drawable.BitmapDrawable@bc25f8 @com.android.systemui.statusbar.phone.ButtonDispatcher@3997310
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0119
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0119
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: ID:7f0f006f N:2 setImageDrawable android.graphics.drawable.BitmapDrawable@97dead1 @com.android.systemui.statusbar.phone.ButtonDispatcher@3b0a1eb
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f006f
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f006f
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: ID:7f0f0073 N:2 setImageDrawable android.graphics.drawable.VectorDrawable@6ced936 @com.android.systemui.statusbar.phone.ButtonDispatcher@56bdde1
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0073
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0073
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: ID:7f0f0072 N:2 setImageDrawable android.graphics.drawable.BitmapDrawable@2052037 @com.android.systemui.statusbar.phone.ButtonDispatcher@af571c7
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0072
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f0072
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: ID:7f0f00c5 N:2 setImageDrawable android.graphics.drawable.BitmapDrawable@d89a9a4 @com.android.systemui.statusbar.phone.ButtonDispatcher@6e7771d
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f00c5
2021-07-15 13:49:16.023 21544-21544/? D/ButtonDispatcher: setImageDrawable viewId=7f0f00c5
2021-07-15 13:49:16.110 21544-21544/? D/BarTransitions.FrameLayout: setForceOpaque forceOpaque:true color:0 @com.android.systemui.statusbar.phone.NavigationBarInflateTransitions@7029380
2021-07-15 13:49:16.227 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:16.228 1338-1414/? V/WindowManager: reevaluateVisibility focusApp:AppWindowToken{5821a49 token=Token{3925e13 ActivityRecord{74d3502 u0 ginlemon.flowerfree/ginlemon.flower.HomeScreen t2}}}
2021-07-15 13:49:16.341 1338-1565/? D/PerfServiceManager: [PerfService] MESSAGE_TIMEOUT:107 
2021-07-15 13:49:16.342 1338-1565/? D/PerfServiceManager: [PerfService] set utilization:0.8 
2021-07-15 13:49:16.437 3602-3602/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
2021-07-15 13:49:16.764 2576-2589/? D/GasService: FG app changed: from com.nkkinsoft.mommy.bites to ginlemon.flowerfree [N] (pid:20390,uid:0)
2021-07-15 13:49:17.491 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4
2021-07-15 13:49:18.227 1338-15201/? D/IpReachabilityMonitor: RtNetlinkNeighborMessage{ nlmsghdr{StructNlMsgHdr{ nlmsg_len{76}, nlmsg_type{28(RTM_NEWNEIGH)}, nlmsg_flags{0())}, nlmsg_seq{0}, nlmsg_pid{0} }}, ndmsg{StructNdMsg{ family{AF_INET}, ifindex{442}, state{4 (NUD_STALE)}, flags{0 ()}, type{1} }}, destination{192.168.1.1} linklayeraddr{C83A3503ACA0} probes{1} cacheinfo{NdaCacheInfo{ ndm_used{17420}, ndm_confirmed{17750}, ndm_updated{0}, ndm_refcnt{1} }} }
2021-07-15 13:49:18.234 587-587/? I/thermal_repeater: select timeout
2021-07-15 13:49:18.626 1338-1565/? D/PerfServiceManager: [PerfService] MESSAGE_TIMER_RENDER_AWARE_DURATION timeout 
2021-07-15 13:49:19.306 3602-3602/? D/BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.ads.identifier.service.EVENT_ATTESTATION cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
2021-07-15 13:49:19.677 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4
2021-07-15 13:49:20.494 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4
2021-07-15 13:49:20.498 1338-3856/? I/ActivityManager: Killing 3654:com.coloros.childrenspace/1000 (adj 906): empty #17
2021-07-15 13:49:20.519 1338-1365/? D/ActivityManager: cleanUpApplicationRecord -- 3654
2021-07-15 13:49:21.635 1338-1402/? D/lights: write_int open fd=-1
2021-07-15 13:49:23.235 587-587/? I/thermal_repeater: oh, queryMdThermalInfo (0)No such file or directory
2021-07-15 13:49:23.247 587-587/? I/thermal_repeater: [recvMdThermalInfo] ret=32, strLen=127,  3, 51, -50, 13874, 32767, 25467
2021-07-15 13:49:23.499 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4
2021-07-15 13:49:24.679 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4
2021-07-15 13:49:26.505 1338-1507/? D/WifiStateMachine: mLastSignalLevel:4, newSignalLevel:4

Original Comments

Feedback Bot on 7/16/2021, 00:36 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

Feedback Bot on 7/19/2021, 06:32 AM:

Thank you for sharing your feedback! Our teams prioritize action on product issues with broad customer impact. See details at: https://docs.microsoft.com/en-us/visualstudio/ide/report-a-problem?view=vs-2019#faq. In case you need answers to common questions or need assisted support, be sure to use https://visualstudio.microsoft.com/vs/support/. We’ll keep you posted on any updates to this feedback.

Feedback Bot on 11/1/2021, 01:33 AM:

I detected that this issue hasn’t received a lot of activity, votes, or comments in the past 90 days. Based on this, the issues severity and affected area, it’s my experience that this issue is unlikely to get fixed. To improve the situation, consider following best practices for quality problem reports, and giving us more details on how this issue is impacting you.


Original Solutions

(no solutions)

jpobst commented 2 years ago
android.runtime.JavaProxyThrowable: System.TypeLoadException: VTable setup of type AndroidX.SwipeRefreshLayout.Widget.SwipeRefreshLayout failed
      at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x0002c] in <e3a58df407974c48b5dd6792cc79cf70>:0 
      at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00086] in <e3a58df407974c48b5dd6792cc79cf70>:0

This looks the same as https://github.com/xamarin/AndroidX/issues/358 and https://github.com/xamarin/AndroidX/issues/343.

There are some workarounds on https://github.com/xamarin/AndroidX/issues/343 that might help.

ccsousa01 commented 2 years ago

I experienced this issue as well. Discovered that all pages containing the ListView element would crash OnAppearing. Solutions which worked for me were: