Skip to content

Commit

Permalink
profiling traces directory's content is now deleted in the background…
Browse files Browse the repository at this point in the history
…, instead of deleting the whole dir and recreating it in the main thread

AndroidTransactionProfiler now takes a buildInfoProvider in ctor
profile envelope item now uses a CachedItem to read the trace file in the background
  • Loading branch information
stefanosiano committed Mar 9, 2022
1 parent ffa2c21 commit 7830a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentry-android-core/api/sentry-android-core.api
Expand Up @@ -60,7 +60,10 @@ public final class io/sentry/android/core/BuildConfig {
public final class io/sentry/android/core/BuildInfoProvider : io/sentry/android/core/IBuildInfoProvider {
public fun <init> ()V
public fun getBuildTags ()Ljava/lang/String;
public fun getManufacturer ()Ljava/lang/String;
public fun getModel ()Ljava/lang/String;
public fun getSdkInfoVersion ()I
public fun getVersionRelease ()Ljava/lang/String;
}

public abstract class io/sentry/android/core/EnvelopeFileObserverIntegration : io/sentry/Integration, java/io/Closeable {
Expand All @@ -72,7 +75,10 @@ public abstract class io/sentry/android/core/EnvelopeFileObserverIntegration : i

public abstract interface class io/sentry/android/core/IBuildInfoProvider {
public abstract fun getBuildTags ()Ljava/lang/String;
public abstract fun getManufacturer ()Ljava/lang/String;
public abstract fun getModel ()Ljava/lang/String;
public abstract fun getSdkInfoVersion ()I
public abstract fun getVersionRelease ()Ljava/lang/String;
}

public abstract interface class io/sentry/android/core/IDebugImagesLoader {
Expand Down

0 comments on commit 7830a25

Please sign in to comment.