We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268a1e0 commit ffd5c6bCopy full SHA for ffd5c6b
sentry-android-core/src/main/java/io/sentry/android/core/AndroidOptionsInitializer.java
@@ -341,8 +341,7 @@ private static void setupProfiler(
341
Objects.requireNonNull(
342
options.getFrameMetricsCollector(), "options.getFrameMetricsCollector is required");
343
if (options.isUseProfilingManager()) {
344
- if (buildInfoProvider.getSdkInfoVersion()
345
- >= Build.VERSION_CODES.VANILLA_ICE_CREAM) {
+ if (buildInfoProvider.getSdkInfoVersion() >= Build.VERSION_CODES.VANILLA_ICE_CREAM) {
346
options.setContinuousProfiler(
347
new PerfettoContinuousProfiler(
348
buildInfoProvider,
0 commit comments