Skip to content

Commit ffd5c6b

Browse files
committed
Format code
1 parent 268a1e0 commit ffd5c6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/AndroidOptionsInitializer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,7 @@ private static void setupProfiler(
341341
Objects.requireNonNull(
342342
options.getFrameMetricsCollector(), "options.getFrameMetricsCollector is required");
343343
if (options.isUseProfilingManager()) {
344-
if (buildInfoProvider.getSdkInfoVersion()
345-
>= Build.VERSION_CODES.VANILLA_ICE_CREAM) {
344+
if (buildInfoProvider.getSdkInfoVersion() >= Build.VERSION_CODES.VANILLA_ICE_CREAM) {
346345
options.setContinuousProfiler(
347346
new PerfettoContinuousProfiler(
348347
buildInfoProvider,

0 commit comments

Comments
 (0)