Closed opemvbs closed 8 months ago
The logs don't include anything useful. Filter for "AndroidRuntime"
I see, will do it
---- Mar 12, 2024 8:13:56 PM ----
03-12 20:14:05.203 29025 29025 E AndroidRuntime: FATAL EXCEPTION: main
03-12 20:14:05.203 29025 29025 E AndroidRuntime: Process: com.laurencedawson.reddit_sync, PID: 29025
03-12 20:14:05.203 29025 29025 E AndroidRuntime: java.lang.IllegalArgumentException: The view is not associated with BottomSheetBehavior
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetBehavior.n0(BottomSheetBehavior.java:7)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:4)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:1)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$1.a(BottomSheetDialog.java:3)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at androidx.core.view.h$m$a.onApplyWindowInsets(ViewCompat.java:8)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.View.dispatchApplyWindowInsets(View.java:11940)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7493)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:3031)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3200)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2650)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9529)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1343)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1352)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:952)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:882)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1326)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.os.Looper.loop(Looper.java:294)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8282)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
03-12 20:14:05.203 29025 29025 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:885)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: FATAL EXCEPTION: main
03-12 20:14:11.884 29347 29347 E AndroidRuntime: Process: com.laurencedawson.reddit_sync, PID: 29347
03-12 20:14:11.884 29347 29347 E AndroidRuntime: java.lang.IllegalArgumentException: The view is not associated with BottomSheetBehavior
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetBehavior.n0(BottomSheetBehavior.java:7)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:4)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:1)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$1.a(BottomSheetDialog.java:3)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at androidx.core.view.h$m$a.onApplyWindowInsets(ViewCompat.java:8)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.View.dispatchApplyWindowInsets(View.java:11940)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7493)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:3031)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3200)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2650)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9529)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1343)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1352)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:952)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:882)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1326)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.os.Looper.loop(Looper.java:294)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8282)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
03-12 20:14:11.884 29347 29347 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:885)
---- Mar 12, 2024 8:14:17 PM ----
at 5 second mark is me hitting the filter button, 11 second mark is when hitting the kebab button
Is ReVanced Manager/ReVanced CLI up to date?
Yeah, the current logs is from Sync apk patched using ReVanced Manager 1.19.3, and I have tried it with older version (1.18.0), but it's the same thing
I am doubting the issue is related to ReVanced. Check the unpatched app.
Tried uninstalling and installing the apk without patching it, still crashes too, here's the logcat from the unpatched apk
---- Mar 12, 2024 8:33:46 PM ----
03-12 20:33:52.750 6610 6610 E AndroidRuntime: FATAL EXCEPTION: main
03-12 20:33:52.750 6610 6610 E AndroidRuntime: Process: com.laurencedawson.reddit_sync, PID: 6610
03-12 20:33:52.750 6610 6610 E AndroidRuntime: java.lang.IllegalArgumentException: The view is not associated with BottomSheetBehavior
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetBehavior.n0(BottomSheetBehavior.java:7)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:4)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:1)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$1.a(BottomSheetDialog.java:3)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at androidx.core.view.h$m$a.onApplyWindowInsets(ViewCompat.java:8)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.View.dispatchApplyWindowInsets(View.java:11940)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7493)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:3031)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3200)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2650)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9529)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1343)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1352)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:952)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:882)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1326)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.os.Looper.loop(Looper.java:294)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8282)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
03-12 20:33:52.750 6610 6610 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:885)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: FATAL EXCEPTION: main
03-12 20:33:58.674 7320 7320 E AndroidRuntime: Process: com.laurencedawson.reddit_sync, PID: 7320
03-12 20:33:58.674 7320 7320 E AndroidRuntime: java.lang.IllegalArgumentException: The view is not associated with BottomSheetBehavior
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetBehavior.n0(BottomSheetBehavior.java:7)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:4)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$EdgeToEdgeCallback.<init>(BottomSheetDialog.java:1)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.google.android.material.bottomsheet.BottomSheetDialog$1.a(BottomSheetDialog.java:3)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at androidx.core.view.h$m$a.onApplyWindowInsets(ViewCompat.java:8)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.View.dispatchApplyWindowInsets(View.java:11940)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7493)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.newDispatchApplyWindowInsets(ViewGroup.java:7518)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewGroup.dispatchApplyWindowInsets(ViewGroup.java:7500)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewRootImpl.dispatchApplyInsets(ViewRootImpl.java:3031)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3200)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2650)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9529)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1343)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1352)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.Choreographer.doCallbacks(Choreographer.java:952)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.Choreographer.doFrame(Choreographer.java:882)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1326)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:958)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:205)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.os.Looper.loop(Looper.java:294)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8282)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:554)
03-12 20:33:58.674 7320 7320 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:885)
---- Mar 12, 2024 8:34:02 PM ----
@opemvbs Not fixable if it's caused by base app. The app itself was discontinued. Use it as is or move to another reddit clients.
This was an issue deep in a patching process which has been fixed since.
Bug description
Clicking filter/kebab button icon crashes the app. Before the /s/ links update patch it's working just fine. Tried not including the /s/ link patch but still crashes too.
App version is v23.06.30-13:39. Android 14, Poco X3 Pro with EvolutionX custom rom version 8.3
Video recording is attached below. I didn't manage to record the clicking of the kebab button, but the way it crashes looks the same, so I included the logcat only. https://github.com/ReVanced/revanced-patches/assets/62207297/a173d171-9d21-437a-9a4c-6f92feae27b5
Error logs
Solution
No response
Additional context
No response
Acknowledgements