-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
@ApiStatus.Internal() public class AnrProfileManager implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description AnrProfileManager(SentryOptions options)AnrProfileManager(SentryOptions options, File file)
-
Method Summary
Modifier and Type Method Description voidclear()voidadd(AnrStackTrace trace)AnrProfileload()voidclose()-
-
Constructor Detail
-
AnrProfileManager
AnrProfileManager(SentryOptions options)
-
AnrProfileManager
AnrProfileManager(SentryOptions options, File file)
-
-
Method Detail
-
clear
void clear()
-
add
void add(AnrStackTrace trace)
-
load
@NotNull() AnrProfile load()
-
close
void close()
-
-
-
-