-
@ApiStatus.Internal() public final class SentryLogcatAdapterThis class replaces android.util.Log with its own implementations which creates a for each log. It only replaces log functions that meet a minimum level set by the user on the Sentry Android Gradle Plugin.
-
-
Method Summary
Modifier and Type Method Description static intv(@Nullable() String tag, @Nullable() String msg)static intv(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)static intd(@Nullable() String tag, @Nullable() String msg)static intd(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)static inti(@Nullable() String tag, @Nullable() String msg)static inti(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)static intw(@Nullable() String tag, @Nullable() String msg)static intw(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)static intw(@Nullable() String tag, @Nullable() Throwable tr)static inte(@Nullable() String tag, @Nullable() String msg)static inte(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)static intwtf(@Nullable() String tag, @Nullable() String msg)static intwtf(@Nullable() String tag, @Nullable() Throwable tr)static intwtf(@Nullable() String tag, @Nullable() String msg, @Nullable() Throwable tr)
-