Fox2Code / FoxMagiskModuleManager

A module manager for Magisk because the official app dropped support for it
GNU Lesser General Public License v3.0
2.19k stars 131 forks source link

[BUG] 1.x.x versions crash on launch #262

Closed Efpophis closed 1 year ago

Efpophis commented 1 year ago

Describe the bug The app briefly displays it's splash screen and then crashes/exits. The ui and all functionally is inaccessible.

To Reproduce Steps to reproduce the behavior:

  1. Open app
  2. See app crash

Device info(please complete the following information):

LucentW commented 1 year ago

Replicated it and relevant logs captured: https://paste.crdroid.net/aTnKQv


msg: java.lang.IllegalArgumentException: DSN is required. Use empty string to disable SDK.
stacktrace: java.lang.RuntimeException: Unable to get provider io.sentry.android.core.SentryInitProvider: java.lang.IllegalArgumentException: DSN is required. Use empty string to disable SDK.
    at android.app.ActivityThread.installProvider(ActivityThread.java:7467)
    at android.app.ActivityThread.installContentProviders(ActivityThread.java:6973)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6744)
    at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2133)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:201)
    at android.os.Looper.loop(Looper.java:288)
    at android.app.ActivityThread.main(ActivityThread.java:7872)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:946)
Caused by: java.lang.IllegalArgumentException: DSN is required. Use empty string to disable SDK.
    at l41.e(SourceFile:912)
    at l41.d(SourceFile:62)
    at io.sentry.android.core.SentryInitProvider.onCreate(SourceFile:117)
    at android.content.ContentProvider.attachInfo(ContentProvider.java:2451)
    at android.content.ContentProvider.attachInfo(ContentProvider.java:2421)
    at io.sentry.android.core.SentryInitProvider.attachInfo(SourceFile:15)
    at android.app.ActivityThread.installProvider(ActivityThread.java:7462)
    ... 11 more```
androidacy-user commented 1 year ago

Use the GitHub release version, fdroid builds are currently broken and won't be fixed until the next release.