Package 

Class DebugImagesLoader

  • All Implemented Interfaces:
    io.sentry.android.core.IDebugImagesLoader

    
    public final class DebugImagesLoader
     implements IDebugImagesLoader
                        

    Class used for loading the list of debug images from sentry-native. Using this class requires manually initializing the SDK.

    • Constructor Summary

      Constructors 
      Constructor Description
      DebugImagesLoader(SentryAndroidOptions options, NativeModuleListLoader moduleListLoader)
    • Method Summary

      Modifier and Type Method Description
      List<DebugImage> loadDebugImages() Returns the list of debug images loaded by sentry-native.
      Set<DebugImage> loadDebugImagesForAddresses(@NotNull() Set<String> addresses) Loads debug images for the given set of addresses.
      void clearDebugImages()
      • Methods inherited from class io.sentry.android.core.IDebugImagesLoader

        clearDebugImages, loadDebugImages, loadDebugImagesForAddresses
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugImagesLoader

        DebugImagesLoader(SentryAndroidOptions options, NativeModuleListLoader moduleListLoader)
    • Method Detail

      • loadDebugImages

        @Nullable() List<DebugImage> loadDebugImages()

        Returns the list of debug images loaded by sentry-native.

      • loadDebugImagesForAddresses

        @Nullable() Set<DebugImage> loadDebugImagesForAddresses(@NotNull() Set<String> addresses)

        Loads debug images for the given set of addresses.

        Parameters:
        addresses - Set of memory addresses to find debug images for