- IBuildInfoProvider - Interface in io.sentry.android.core
-
To make SDK info classes testable
- init(Context) - Static method in class io.sentry.android.core.SentryAndroid
-
Sentry initialization method if auto-init is disabled
- init(Context, ILogger) - Static method in class io.sentry.android.core.SentryAndroid
-
Sentry initialization with a custom logger
- init(Context, Sentry.OptionsConfiguration<SentryAndroidOptions>) - Static method in class io.sentry.android.core.SentryAndroid
-
Sentry initialization with a configuration handler that may override the default options
- init(Context, ILogger, Sentry.OptionsConfiguration<SentryAndroidOptions>) - Static method in class io.sentry.android.core.SentryAndroid
-
Sentry initialization with a configuration handler and custom logger
- insert(Uri, ContentValues) - Method in class io.sentry.android.core.SentryInitProvider
-
- io.sentry.android.core - package io.sentry.android.core
-
- io.sentry.android.core.util - package io.sentry.android.core.util
-
- isAnrEnabled() - Method in class io.sentry.android.core.SentryAndroidOptions
-
Checks if ANR (Application Not Responding) is enabled or disabled Default is enabled
- isAnrReportInDebug() - Method in class io.sentry.android.core.SentryAndroidOptions
-
Checks if ANR (Application Not Responding) is enabled or disabled on Debug mode Default is
disabled
- isDeviceRooted() - Method in class io.sentry.android.core.util.RootChecker
-
Check if the device is rooted or not
https://medium.com/@thehimanshugoel/10-best-security-practices-in-android-applications-that-every-developer-must-know-99c8cd07c0bb
- isEnableActivityLifecycleBreadcrumbs() - Method in class io.sentry.android.core.SentryAndroidOptions
-
- isEnableAppComponentBreadcrumbs() - Method in class io.sentry.android.core.SentryAndroidOptions
-
- isEnableAppLifecycleBreadcrumbs() - Method in class io.sentry.android.core.SentryAndroidOptions
-
- isEnableSystemEventBreadcrumbs() - Method in class io.sentry.android.core.SentryAndroidOptions
-
- isMainThread(Thread) - Static method in class io.sentry.android.core.util.MainThreadChecker
-
Checks if a given thread is the Android Main/UI thread
- isMainThread() - Static method in class io.sentry.android.core.util.MainThreadChecker
-
Checks if the calling/current thread is the Android Main/UI thread
- isMainThread(SentryThread) - Static method in class io.sentry.android.core.util.MainThreadChecker
-
Checks if a given thread is the Android Main/UI thread