Class DebugMetaPropertiesApplier

java.lang.Object
io.sentry.util.DebugMetaPropertiesApplier

public final class DebugMetaPropertiesApplier extends Object
  • Field Details

    • DEBUG_META_PROPERTIES_FILENAME

      @NotNull public static @NotNull String 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)