Package io.sentry.util
Class DebugMetaPropertiesApplier
java.lang.Object
io.sentry.util.DebugMetaPropertiesApplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapply(@NotNull SentryOptions options, @Nullable List<Properties> debugMetaProperties) static voidapplyToOptions(@NotNull SentryOptions options, @Nullable List<Properties> debugMetaProperties) static @Nullable StringgetBuildTool(@NotNull Properties debugMetaProperties) static @Nullable StringgetBuildToolVersion(@NotNull Properties debugMetaProperties) static @Nullable StringgetProguardUuid(@NotNull Properties debugMetaProperties)
-
Field Details
-
DEBUG_META_PROPERTIES_FILENAME
-
-
Constructor Details
-
DebugMetaPropertiesApplier
public DebugMetaPropertiesApplier()
-
-
Method Details
-
apply
public static void apply(@NotNull @NotNull SentryOptions options, @Nullable @Nullable List<Properties> debugMetaProperties) -
applyToOptions
public static void applyToOptions(@NotNull @NotNull SentryOptions options, @Nullable @Nullable List<Properties> debugMetaProperties) -
getProguardUuid
@Nullable public static @Nullable String getProguardUuid(@NotNull @NotNull Properties debugMetaProperties) -
getBuildTool
@Nullable public static @Nullable String getBuildTool(@NotNull @NotNull Properties debugMetaProperties) -
getBuildToolVersion
@Nullable public static @Nullable String getBuildToolVersion(@NotNull @NotNull Properties debugMetaProperties)
-