You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FoxMagiskModuleManager/app/src/sentryless/java/com/fox2code/mmm/sentry/SentryMain.java

14 lines
381 B
Java

package com.fox2code.mmm.sentry;
import com.fox2code.mmm.MainApplication;
public class SentryMain {
public static final boolean IS_SENTRY_INSTALLED = false;
public static void initialize(MainApplication mainApplication) {}
public static void addSentryBreadcrumb(SentryBreadcrumb sentryBreadcrumb) {}
public static boolean isSentryEnabled() { return false; }
}