########################################################### Log file generated on Wed Nov 13 11:41:45 PST 2024 Kitsune version: 2.0.3 (36) Application ID: io.github.drumber.kitsune Build type: release Android version: 14 (SDK 34) Device: OnePlus LE2127 ########################################################### --------- beginning of crash 11-12 23:43:24.750 30929 30929 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:43:24.750 30929 30929 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 30929 11-12 23:43:24.750 30929 30929 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at io.github.drumber.kitsune.ui.main.MainFragment.getBinding(MainFragment.kt:8) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at io.github.drumber.kitsune.ui.main.MainFragment.onDestroyView(MainFragment.kt:1) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:43:24.750 30929 30929 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:43:38.333 18021 18021 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 18021 11-12 23:43:38.333 18021 18021 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:43:38.333 18021 18021 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:45:41.838 24323 24323 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 24323 11-12 23:45:41.838 24323 24323 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:45:41.838 24323 24323 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:46:44.837 26560 26560 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 26560 11-12 23:46:44.837 26560 26560 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:46:44.837 26560 26560 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:49:25.096 4352 4352 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 4352 11-12 23:49:25.096 4352 4352 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:49:25.096 4352 4352 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:50:42.570 7863 7863 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 7863 11-12 23:50:42.570 7863 7863 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController.commitEffects$fragment_release(SpecialEffectsController.kt:108) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController.executePendingOperations(SpecialEffectsController.kt:313) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at androidx.fragment.app.Fragment$4.run(Fragment.java:11) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:50:42.570 7863 7863 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: FATAL EXCEPTION: main 11-12 23:53:03.281 10364 10364 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 10364 11-12 23:53:03.281 10364 10364 E AndroidRuntime: java.lang.IllegalStateException: Fragment's view can't be accessed. Fragment isn't added 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.LifecycleViewBindingProperty.getValue(ViewBindingProperty.kt:18) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:3) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at by.kirich1409.viewbindingdelegate.FragmentViewBindingProperty.getValue(FragmentViewBindings.kt:2) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:8) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getRecyclerView(SearchFragment.kt:1) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at io.github.drumber.kitsune.ui.base.BaseCollectionFragment.onDestroyView(BaseCollectionFragment.kt:4) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.onDestroyView(SearchFragment.kt:1) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.Fragment.performDestroyView(Fragment.java:40) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.destroyFragmentView(FragmentStateManager.java:40) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:374) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$FragmentStateManagerOperation.complete$fragment_release(SpecialEffectsController.kt:11) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.SpecialEffectsController$Operation.completeEffect(SpecialEffectsController.kt:20) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at androidx.fragment.app.DefaultSpecialEffectsController$AnimatorEffect$onStart$1.onAnimationEnd(DefaultSpecialEffectsController.kt:35) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:719) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.Animator$AnimatorCaller$$ExternalSyntheticLambda1.call(Unknown Source:4) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.Animator.callOnList(Animator.java:677) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.Animator.notifyListeners(Animator.java:616) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.Animator.notifyEndListeners(Animator.java:641) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1425) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1230) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:328) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.AnimationHandler.-$$Nest$mdoAnimationFrame(Unknown Source:0) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:86) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1542) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1553) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:1109) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:984) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1527) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-12 23:53:03.281 10364 10364 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: FATAL EXCEPTION: main 11-13 11:36:29.721 31075 31075 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 31075 11-13 11:36:29.721 31075 31075 E AndroidRuntime: java.lang.NullPointerException 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:3) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.access$getBinding(SearchFragment.kt:1) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.invoke$lambda$1(SearchFragment.kt:6) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.$r8$lambda$SfsuI7YV1JUWAizZvfWdCpARPhk(SearchFragment.kt:1) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:5) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-13 11:36:29.721 31075 31075 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: FATAL EXCEPTION: main 11-13 11:36:55.805 6344 6344 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 6344 11-13 11:36:55.805 6344 6344 E AndroidRuntime: java.lang.NullPointerException 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:3) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.access$getBinding(SearchFragment.kt:1) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.invoke$lambda$1(SearchFragment.kt:6) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.$r8$lambda$SfsuI7YV1JUWAizZvfWdCpARPhk(SearchFragment.kt:1) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:5) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-13 11:36:55.805 6344 6344 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) --------- beginning of system 11-13 11:40:20.669 10121 10121 W VRI[MainActivity]: updateBlastSurfaceIfNeeded, surfaceSize:Point(1080, 2412), lastSurfaceSize:Point(1080, 2412), format:-1, blastBufferQueue:null 11-13 11:40:20.701 10121 10121 I Quality : Skipped: false 1 cost 24.050549 refreshRate 16690973 bit true processName io.github.drumber.kitsune 11-13 11:40:20.763 10121 10121 W VRI[MainActivity]: handleResized abandoned! 11-13 11:40:22.100 10121 10121 I Quality : Skipped: false 3 cost 53.122417 refreshRate 16679944 bit true processName io.github.drumber.kitsune 11-13 11:40:22.138 10121 10121 I Quality : Skipped: false 1 cost 25.504827 refreshRate 16682096 bit true processName io.github.drumber.kitsune 11-13 11:40:22.182 10121 10121 I Quality : Skipped: false 1 cost 19.401487 refreshRate 16680533 bit true processName io.github.drumber.kitsune 11-13 11:40:22.220 10121 10121 I Quality : Skipped: false 1 cost 24.129288 refreshRate 16681299 bit true processName io.github.drumber.kitsune 11-13 11:40:25.170 10121 10121 I Quality : Skipped: false 1 cost 19.676592 refreshRate 16684935 bit true processName io.github.drumber.kitsune 11-13 11:40:25.247 10121 10121 I Quality : Skipped: false 1 cost 29.669071 refreshRate 16683939 bit true processName io.github.drumber.kitsune 11-13 11:41:22.681 10121 10121 W VRI[MainActivity]: updateBlastSurfaceIfNeeded, surfaceSize:Point(1080, 2412), lastSurfaceSize:Point(1080, 2412), format:-1, blastBufferQueue:null --------- beginning of main 11-13 11:41:22.682 10121 11133 E OpenGLRenderer: Unable to match the desired swap behavior. 11-13 11:41:22.682 10121 10121 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=io.github.drumber.kitsune/io.github.drumber.kitsune.ui.main.MainActivity)/@0x4c164e3,currentBufferRatio=1.0,desiredRatio=1.0 11-13 11:41:22.715 10121 10121 W VRI[MainActivity]: handleResized, msg:5, frameChanged:false, configChanged:false, displayChanged:false, attachedFrameChanged:false, compatScaleChanged:false, pendingDragResizing=false 11-13 11:41:22.717 10121 10121 I Quality : Skipped: false 3 cost 31.008112 refreshRate 8355558 bit true processName io.github.drumber.kitsune 11-13 11:41:22.718 10121 10121 W VRI[MainActivity]: updateBlastSurfaceIfNeeded, surfaceSize:Point(1080, 2412), lastSurfaceSize:Point(1080, 2412), format:-1, blastBufferQueue:android.graphics.BLASTBufferQueue@3e04862 11-13 11:41:22.718 10121 10121 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=io.github.drumber.kitsune/io.github.drumber.kitsune.ui.main.MainActivity)/@0x4c164e3,currentBufferRatio=1.0,desiredRatio=1.0 11-13 11:41:22.797 10121 10121 I Quality : Skipped: false 1 cost 10.764712 refreshRate 8355950 bit true processName io.github.drumber.kitsune 11-13 11:41:25.092 10121 11799 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=0 h2 11-13 11:41:25.456 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.456 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.456 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.487 10121 10121 I Quality : Skipped: false 1 cost 21.70855 refreshRate 16691050 bit true processName io.github.drumber.kitsune 11-13 11:41:25.635 10121 11799 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=0 (542ms, 0-byte body) 11-13 11:41:25.944 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.944 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.944 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.947 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.947 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.947 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.948 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.948 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.948 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.959 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.959 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.959 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.961 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.961 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.961 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.963 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.963 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.963 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.964 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.964 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.964 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.966 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.966 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.966 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:25.969 10121 10121 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=androidx.activity.OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1@8d1fedf 11-13 11:41:25.972 10121 10121 I Quality : Skipped: false 1 cost 22.402428 refreshRate 16696988 bit true processName io.github.drumber.kitsune 11-13 11:41:26.013 10121 10121 I Quality : Skipped: false 1 cost 29.941528 refreshRate 16697225 bit true processName io.github.drumber.kitsune 11-13 11:41:26.466 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:26.466 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:26.466 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.755 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.755 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.755 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.762 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.762 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.762 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.778 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:27.785 10121 10121 W Glide : Load failed for [null] with dimensions [0x0] 11-13 11:41:27.785 10121 10121 W Glide : class com.bumptech.glide.load.engine.GlideException: Received null model 11-13 11:41:27.787 10121 10121 I Quality : Skipped: false 2 cost 34.684025 refreshRate 16695448 bit true processName io.github.drumber.kitsune 11-13 11:41:27.788 10121 11799 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&fields%5BlibraryEntries%5D=status%2Cprogress%2CratingTwenty&page%5Blimit%5D=1&filter%5Banime_id%5D=48269 h2 11-13 11:41:27.789 10121 10121 W Glide : Load failed for [null] with dimensions [0x0] 11-13 11:41:27.789 10121 10121 W Glide : class com.bumptech.glide.load.engine.GlideException: Received null model 11-13 11:41:27.791 10121 13017 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/anime/48269?fields%5Bcategories%5D=slug%2Ctitle&include=categories%2CmediaRelationships%2CmediaRelationships.destination%2CanimeProductions.producer%2CstreamingLinks%2CstreamingLinks.streamer h2 11-13 11:41:27.793 10121 13016 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/favorites?filter%5Buser_id%5D=1381639&filter%5Bitem_id%5D=48269&filter%5Bitem_type%5D=Anime h2 11-13 11:41:27.807 10121 10121 W Glide : Load failed for [null] with dimensions [0x0] 11-13 11:41:27.807 10121 10121 W Glide : class com.bumptech.glide.load.engine.GlideException: Received null model 11-13 11:41:27.928 10121 11799 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&fields%5BlibraryEntries%5D=status%2Cprogress%2CratingTwenty&page%5Blimit%5D=1&filter%5Banime_id%5D=48269 (139ms, 0-byte body) 11-13 11:41:27.989 10121 13016 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/favorites?filter%5Buser_id%5D=1381639&filter%5Bitem_id%5D=48269&filter%5Bitem_type%5D=Anime (196ms, 0-byte body) 11-13 11:41:28.055 10121 13017 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/anime/48269?fields%5Bcategories%5D=slug%2Ctitle&include=categories%2CmediaRelationships%2CmediaRelationships.destination%2CanimeProductions.producer%2CstreamingLinks%2CstreamingLinks.streamer (263ms, 0-byte body) 11-13 11:41:28.098 10121 10121 I Quality : Skipped: false 1 cost 27.849445 refreshRate 16692515 bit true processName io.github.drumber.kitsune 11-13 11:41:28.124 10121 10121 I Quality : Skipped: false 1 cost 20.447483 refreshRate 16691428 bit true processName io.github.drumber.kitsune 11-13 11:41:28.481 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.481 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.481 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.483 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.492 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.492 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.492 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.495 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.496 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.496 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.497 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.497 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.497 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.499 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.499 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.499 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.500 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.500 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.500 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:28.502 10121 10121 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=androidx.activity.OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1@8d1fedf 11-13 11:41:28.504 10121 10121 I Quality : Skipped: false 1 cost 17.308025 refreshRate 16688775 bit true processName io.github.drumber.kitsune 11-13 11:41:28.545 10121 10121 I Quality : Skipped: false 1 cost 24.906033 refreshRate 16688596 bit true processName io.github.drumber.kitsune 11-13 11:41:28.552 10121 10121 I FragmentManager: Ignoring shared elements transition TransitionSet@19f3b82: 11-13 11:41:28.552 10121 10121 I FragmentManager: MaterialContainerTransform@d7a2293: dur(150) between Operation {43bb2d0} {finalState = REMOVED lifecycleImpact = REMOVING fragment = DetailsFragment{fcba226} (77339f68-3898-4935-bf2e-4a877126342a id=0x7f09026d tag=6db34786-8fbf-4e73-b3c5-a50879e14469)} and Operation {ac6b2c9} {finalState = VISIBLE lifecycleImpact = ADDING fragment = MainFragment{19ee969} (6fb4aeb9-4c75-4693-b670-c596aee84894 id=0x7f09026d tag=6a9a3bb4-3750-41b7-b67b-e49209278d13)} as there are no matching elements in both the entering and exiting fragment. In order to run a SharedElementTransition, both fragments involved must have the element. 11-13 11:41:29.069 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.069 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.069 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.073 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.073 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.073 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.087 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.098 10121 10121 I Quality : Skipped: false 1 cost 26.492395 refreshRate 16698360 bit true processName io.github.drumber.kitsune 11-13 11:41:29.126 10121 10121 I Quality : Skipped: false 1 cost 21.7369 refreshRate 16696028 bit true processName io.github.drumber.kitsune 11-13 11:41:29.132 10121 10121 I FragmentManager: Ignoring shared elements transition TransitionSet@c2fd218: 11-13 11:41:29.132 10121 10121 I FragmentManager: MaterialContainerTransform@8eff471: dur(150) between Operation {b0bb256} {finalState = REMOVED lifecycleImpact = REMOVING fragment = MainFragment{19ee969} (6fb4aeb9-4c75-4693-b670-c596aee84894 id=0x7f09026d tag=6a9a3bb4-3750-41b7-b67b-e49209278d13)} and Operation {8d552d7} {finalState = VISIBLE lifecycleImpact = ADDING fragment = DetailsFragment{950d089} (77339f68-3898-4935-bf2e-4a877126342a id=0x7f09026d tag=6db34786-8fbf-4e73-b3c5-a50879e14469)} as there are no matching elements in both the entering and exiting fragment. In order to run a SharedElementTransition, both fragments involved must have the element. 11-13 11:41:29.878 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.878 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.878 10121 10121 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:29.933 10121 10121 E AndroidRuntime: FATAL EXCEPTION: main 11-13 11:41:29.933 10121 10121 E AndroidRuntime: Process: io.github.drumber.kitsune, PID: 10121 11-13 11:41:29.933 10121 10121 E AndroidRuntime: java.lang.NullPointerException 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.getBinding(SearchFragment.kt:3) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment.access$getBinding(SearchFragment.kt:1) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.invoke$lambda$1(SearchFragment.kt:6) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1.$r8$lambda$SfsuI7YV1JUWAizZvfWdCpARPhk(SearchFragment.kt:1) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at io.github.drumber.kitsune.ui.search.SearchFragment$observeFilters$1$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:5) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:257) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at android.os.Looper.loop(Looper.java:368) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8826) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572) 11-13 11:41:29.933 10121 10121 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049) 11-13 11:41:29.963 10121 10121 I Process : Sending signal. PID: 10121 SIG: 9 11-13 11:41:32.109 11756 11756 E drumber.kitsune: Unknown bits set in runtime_flags: 0x40000000 11-13 11:41:32.109 11756 11756 I drumber.kitsune: Using CollectorTypeCC GC. 11-13 11:41:32.119 11756 11756 W libc : Access denied finding property "persist.vendor.sys.activitylog" 11-13 11:41:32.119 11756 11756 I OneTrace: Mark active for pid=11756? true 11-13 11:41:32.153 11756 11756 I OplusFeatureCache: Milliseconds spent on init(): 2 11-13 11:41:32.158 11756 11756 W libc : Access denied finding property "ro.odm.prev.product.name" 11-13 11:41:32.190 11756 11756 E SchedAssist: sysOpen failed with error=Permission denied 11-13 11:41:32.190 11756 11756 E SchedAssist: sharedImFd failed with error=Permission denied 11-13 11:41:32.212 11756 11756 I [Koin] : [init] declare Android Context 11-13 11:41:32.214 11756 11756 I [Koin] : Started 93 definitions in 0.217 ms 11-13 11:41:32.259 11756 11756 I AccessTokenPreference: Parse and return access token stored as json. 11-13 11:41:32.302 11756 11756 I AccessTokenRepository: Access token expires on: Fri Dec 13 07:43:00 PST 2024 11-13 11:41:32.317 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: Unknow feature:IOplusTextViewRTLUtilForUG 11-13 11:41:32.329 11756 11756 E OplusCustomizeRestrictionManager: sInstance is null, start a new sInstance 11-13 11:41:32.420 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.420 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.420 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.422 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.422 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.422 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.423 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.423 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.423 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.424 11756 11756 I DynamicFramerate [FRTCConfigManager]: initFrameRateConfig: 11-13 11:41:32.424 11756 11756 I DynamicFramerate [FRTCConfigManager]: levels: [120, 60] 11-13 11:41:32.424 11756 11756 I DynamicFramerate [FRTCConfigManager]: thresholds: [200] 11-13 11:41:32.424 11756 11756 I DynamicFramerate [FRTCConfigManager]: scrollbar fade frame rate: 0 11-13 11:41:32.424 11756 11756 I DynamicFramerate [FRTCConfigManager]: FRTCConfigManager: FRTC_CAPABILITY = 120, package name = io.github.drumber.kitsune, WINDOW_ANIMATION_SPEED_RATE = 10, SCROLL_ANIMATION_SPEED_RATE = 20, MuitiWindowIdleFramerate = 60, PACKAGE_ENABLE = false 11-13 11:41:32.424 11756 11756 I DynamicFramerate [DynamicFrameRateController]: init info: mPackageName = io.github.drumber.kitsune, mIsEnabled = false 11-13 11:41:32.445 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.445 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.445 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.458 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.458 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.458 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.460 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.460 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.460 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:32.496 11756 11756 I Quality : Skipped: false 3 cost 55.448334 refreshRate 16692206 bit true processName io.github.drumber.kitsune 11-13 11:41:32.497 11756 11756 E OplusBracketLog: [OplusViewMirrorManager] updateHostViewRootIfNeeded, not support android.view.ViewRootImpl@4e8290a 11-13 11:41:32.515 11756 11756 W VRI[MainActivity]: updateBlastSurfaceIfNeeded, surfaceSize:Point(1080, 2412), lastSurfaceSize:Point(0, 0), format:-1, blastBufferQueue:null 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: QUALCOMM build : a1cf8ab5e3, I428bf45773 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Build Date : 11/09/23 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.35.01.12 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Local Branch : 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.9.14.11.00.00.571.148 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Remote Branch : NONE 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Reconstruct Branch : NOTHING 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Build Config : S P 10.0.7 AArch64 11-13 11:41:32.521 11756 13116 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 11-13 11:41:32.524 11756 13116 I AdrenoGLES-0: PFP: 0x016dc094, ME: 0x00000000 11-13 11:41:32.542 11756 13116 E OpenGLRenderer: Unable to match the desired swap behavior. 11-13 11:41:32.542 11756 11756 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=io.github.drumber.kitsune/io.github.drumber.kitsune.ui.main.MainActivity)/@0x79c3c9d,currentBufferRatio=1.0,desiredRatio=1.0 11-13 11:41:32.556 11756 13124 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/users?include=waifu&fields%5Bcharacters%5D=slug%2Cname%2Cimage&filter%5Bself%5D=true h2 11-13 11:41:32.563 11756 11756 I Quality : Skipped: false 3 cost 53.093773 refreshRate 16689499 bit true processName io.github.drumber.kitsune 11-13 11:41:32.571 11756 11756 W BadgeUtils: Trying to remove badge from a null menuItemView: 2131296840 11-13 11:41:32.576 11756 11756 W VRI[MainActivity]: handleResized, msg:5, frameChanged:false, configChanged:false, displayChanged:false, attachedFrameChanged:false, compatScaleChanged:false, pendingDragResizing=false 11-13 11:41:32.584 11756 13160 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=0 h2 11-13 11:41:32.678 11756 13080 I drumber.kitsune: Compiler allocated 6564KB to compile java.util.List io.github.drumber.kitsune.data.source.local.library.dao.LibraryEntryDao_Impl$13.convertRows(android.database.Cursor) 11-13 11:41:32.722 11756 11756 I Quality : Skipped: false 2 cost 45.472324 refreshRate 16687515 bit true processName io.github.drumber.kitsune 11-13 11:41:32.778 11756 13124 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/users?include=waifu&fields%5Bcharacters%5D=slug%2Cname%2Cimage&filter%5Bself%5D=true (221ms, 0-byte body) 11-13 11:41:33.461 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.461 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.461 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.466 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.467 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.467 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.467 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.468 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:33.472 11756 13160 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=0 (888ms, 0-byte body) 11-13 11:41:33.477 11756 13124 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/users/1381639?include=stats%2Cfavorites.item%2Cwaifu%2CprofileLinks.profileLinkSite&fields%5Bmedia%5D=slug%2Ctitles%2CcanonicalTitle%2CposterImage%2CcoverImage&fields%5Bcharacters%5D=slug%2Cname%2Cimage h2 11-13 11:41:33.481 11756 11756 I Quality : Skipped: false 1 cost 20.403248 refreshRate 16691781 bit true processName io.github.drumber.kitsune 11-13 11:41:33.676 11756 13160 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=30 h2 11-13 11:41:33.678 11756 13080 I drumber.kitsune: Compiler allocated 9266KB to compile java.util.List io.github.drumber.kitsune.data.source.local.library.dao.LibraryEntryDao_Impl$17.call() 11-13 11:41:33.845 11756 13124 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/users/1381639?include=stats%2Cfavorites.item%2Cwaifu%2CprofileLinks.profileLinkSite&fields%5Bmedia%5D=slug%2Ctitles%2CcanonicalTitle%2CposterImage%2CcoverImage&fields%5Bcharacters%5D=slug%2Cname%2Cimage (367ms, 0-byte body) 11-13 11:41:33.935 11756 11756 I Quality : Skipped: false 2 cost 40.09204 refreshRate 16699817 bit true processName io.github.drumber.kitsune 11-13 11:41:34.600 11756 13160 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/library-entries?filter%5Buser_id%5D=1381639&sort=status%2C-progressed_at&include=anime%2Cmanga&page%5Blimit%5D=30&page%5Boffset%5D=30 (922ms, 0-byte body) 11-13 11:41:34.624 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.624 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.624 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.643 11756 11756 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 11-13 11:41:34.658 11756 11756 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead. 11-13 11:41:34.667 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.667 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.667 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:34.673 11756 13160 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/users/1381639/profile-links?limit=50&include=profileLinkSite h2 11-13 11:41:34.692 11756 11756 I Quality : Skipped: false 3 cost 62.80561 refreshRate 16690300 bit true processName io.github.drumber.kitsune 11-13 11:41:34.695 11756 11756 E OplusBracketLog: [OplusViewMirrorManager] updateHostViewRootIfNeeded, not support android.view.ViewRootImpl@18c3748 11-13 11:41:34.715 11756 11756 W VRI[MainActivity]: updateBlastSurfaceIfNeeded, surfaceSize:Point(1080, 2412), lastSurfaceSize:Point(0, 0), format:-1, blastBufferQueue:null 11-13 11:41:34.721 11756 13116 E OpenGLRenderer: Unable to match the desired swap behavior. 11-13 11:41:34.724 11756 11756 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=io.github.drumber.kitsune/io.github.drumber.kitsune.ui.main.MainActivity)/@0xc1c32f9,currentBufferRatio=1.0,desiredRatio=1.0 11-13 11:41:34.738 11756 11756 I Quality : Skipped: false 2 cost 41.800304 refreshRate 16692211 bit true processName io.github.drumber.kitsune 11-13 11:41:34.746 11756 11756 W VRI[MainActivity]: handleResized, msg:5, frameChanged:false, configChanged:false, displayChanged:false, attachedFrameChanged:false, compatScaleChanged:false, pendingDragResizing=false 11-13 11:41:34.834 11756 13160 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/users/1381639/profile-links?limit=50&include=profileLinkSite (160ms, 0-byte body) 11-13 11:41:35.660 11756 11756 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Dialog$$ExternalSyntheticLambda2@b3ba9e1 11-13 11:41:35.691 11756 11756 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed. 11-13 11:41:35.692 11756 11756 I Quality : Skipped: true 1 cost 27.826887 refreshRate 16687122 bit true processName io.github.drumber.kitsune 11-13 11:41:36.234 11756 13160 I okhttp.OkHttpClient: --> GET https://kitsu.app/api/edge/users?include=waifu&fields%5Bcharacters%5D=slug%2Cname%2Cimage&filter%5Bself%5D=true h2 11-13 11:41:36.238 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:36.238 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:36.238 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:36.272 11756 11756 I Quality : Skipped: false 1 cost 24.0482 refreshRate 16700594 bit true processName io.github.drumber.kitsune 11-13 11:41:36.387 11756 13160 I okhttp.OkHttpClient: <-- 304 https://kitsu.app/api/edge/users?include=waifu&fields%5Bcharacters%5D=slug%2Cname%2Cimage&filter%5Bself%5D=true (149ms, 0-byte body) 11-13 11:41:38.462 11756 13080 W drumber.kitsune: Missing inline cache for void androidx.navigation.NavController.updateBackStackLifecycle$navigation_runtime_release() 11-13 11:41:38.462 11756 13080 W drumber.kitsune: Missing inline cache for void androidx.navigation.NavController.updateBackStackLifecycle$navigation_runtime_release() 11-13 11:41:38.462 11756 13080 W drumber.kitsune: Missing inline cache for void androidx.navigation.NavController.updateBackStackLifecycle$navigation_runtime_release() 11-13 11:41:38.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:38.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:38.469 11756 11756 I oplus.android.OplusFrameworkFactoryImpl: get feature:IOplusDynamicVsyncFeature 11-13 11:41:38.586 11756 11756 I Quality : Skipped: false 3 cost 51.786808 refreshRate 16685168 bit true processName io.github.drumber.kitsune 11-13 11:41:38.658 11756 11756 I Quality : Skipped: false 3 cost 57.29068 refreshRate 16684959 bit true processName io.github.drumber.kitsune 11-13 11:41:39.841 11756 11756 I Quality : Skipped: true 1 cost 21.664232 refreshRate 16690375 bit true processName io.github.drumber.kitsune 11-13 11:41:39.876 11756 11756 I Quality : Skipped: true 1 cost 22.733866 refreshRate 16690200 bit true processName io.github.drumber.kitsune 11-13 11:41:39.916 11756 11756 I Quality : Skipped: true 1 cost 29.163076 refreshRate 16689944 bit true processName io.github.drumber.kitsune 11-13 11:41:39.940 11756 11756 I Quality : Skipped: true 1 cost 20.61246 refreshRate 16687562 bit true processName io.github.drumber.kitsune 11-13 11:41:39.977 11756 11756 I Quality : Skipped: true 1 cost 23.518885 refreshRate 16685664 bit true processName io.github.drumber.kitsune 11-13 11:41:40.009 11756 11756 I Quality : Skipped: true 1 cost 22.914104 refreshRate 16688675 bit true processName io.github.drumber.kitsune 11-13 11:41:40.042 11756 11756 I Quality : Skipped: true 1 cost 22.569145 refreshRate 16691842 bit true processName io.github.drumber.kitsune 11-13 11:41:40.081 11756 11756 I Quality : Skipped: true 1 cost 27.490816 refreshRate 16692160 bit true processName io.github.drumber.kitsune 11-13 11:41:40.110 11756 11756 I Quality : Skipped: true 1 cost 23.174084 refreshRate 16691599 bit true processName io.github.drumber.kitsune 11-13 11:41:40.142 11756 11756 I Quality : Skipped: true 1 cost 21.966831 refreshRate 16691743 bit true processName io.github.drumber.kitsune 11-13 11:41:40.176 11756 11756 I Quality : Skipped: true 1 cost 22.100395 refreshRate 16693515 bit true processName io.github.drumber.kitsune 11-13 11:41:40.210 11756 11756 I Quality : Skipped: true 1 cost 22.8761 refreshRate 16694056 bit true processName io.github.drumber.kitsune 11-13 11:41:40.243 11756 11756 I Quality : Skipped: true 1 cost 22.547367 refreshRate 16694708 bit true processName io.github.drumber.kitsune 11-13 11:41:40.279 11756 11756 I Quality : Skipped: true 1 cost 25.549295 refreshRate 16695862 bit true processName io.github.drumber.kitsune 11-13 11:41:40.310 11756 11756 I Quality : Skipped: true 1 cost 22.992498 refreshRate 16694893 bit true processName io.github.drumber.kitsune 11-13 11:41:40.343 11756 11756 I Quality : Skipped: true 1 cost 22.870483 refreshRate 16694168 bit true processName io.github.drumber.kitsune 11-13 11:41:40.383 11756 11756 I Quality : Skipped: true 1 cost 29.259262 refreshRate 16694036 bit true processName io.github.drumber.kitsune 11-13 11:41:40.415 11756 11756 I Quality : Skipped: true 1 cost 27.664566 refreshRate 16694754 bit true processName io.github.drumber.kitsune 11-13 11:41:40.446 11756 11756 I Quality : Skipped: true 1 cost 25.423502 refreshRate 16692977 bit true processName io.github.drumber.kitsune 11-13 11:41:40.486 11756 11756 I Quality : Skipped: true 1 cost 32.537205 refreshRate 16691353 bit true processName io.github.drumber.kitsune 11-13 11:41:40.626 11756 11756 I Quality : Skipped: true 1 cost 21.757776 refreshRate 16695846 bit true processName io.github.drumber.kitsune 11-13 11:41:40.670 11756 11756 I Quality : Skipped: true 1 cost 32.86107 refreshRate 16694491 bit true processName io.github.drumber.kitsune 11-13 11:41:40.734 11756 11756 I Quality : Skipped: true 1 cost 29.591127 refreshRate 16694281 bit true processName io.github.drumber.kitsune 11-13 11:41:40.761 11756 11756 I Quality : Skipped: true 1 cost 23.419432 refreshRate 16694523 bit true processName io.github.drumber.kitsune 11-13 11:41:40.794 11756 11756 I Quality : Skipped: true 1 cost 23.034544 refreshRate 16693279 bit true processName io.github.drumber.kitsune 11-13 11:41:40.827 11756 11756 I Quality : Skipped: false 1 cost 22.86108 refreshRate 16697173 bit true processName io.github.drumber.kitsune 11-13 11:41:42.283 11756 13081 W drumber.kitsune: Cleared Reference was only reachable from finalizer (only reported once) 11-13 11:41:44.857 11756 11756 I Quality : Skipped: false 1 cost 30.034573 refreshRate 16691821 bit true processName io.github.drumber.kitsune 11-13 11:41:44.858 11756 11756 E OplusBracketLog: [OplusViewMirrorManager] updateHostViewRootIfNeeded, not support android.view.ViewRootImpl@63eca5c 11-13 11:41:44.870 11756 13116 E OpenGLRenderer: Unable to match the desired swap behavior. 11-13 11:41:44.879 11756 11756 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=PopupWindow:ef2a9ad)/@0x1f6c060,currentBufferRatio=1.0,desiredRatio=1.0 11-13 11:41:44.887 11756 11756 I Quality : Skipped: false 1 cost 26.446024 refreshRate 16687161 bit true processName io.github.drumber.kitsune 11-13 11:41:45.489 11756 11756 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.widget.PopupWindow$PopupDecorView$$ExternalSyntheticLambda0@98c6165 11-13 11:41:45.497 11756 11756 I SurfaceControl: setExtendedRangeBrightness sc=Surface(name=PopupWindow:ef2a9ad)/@0x1f6c060,currentBufferRatio=1.0,desiredRatio=1.0