Skip to content

Commit 8992018

Browse files
committed
use string constant instead of string
1 parent 4b1e57e commit 8992018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private void stop(final boolean restartProfiler) {
301301
endData.measurementsMap,
302302
endData.traceFile,
303303
startProfileChunkTimestamp,
304-
"android"));
304+
ProfileChunk.PLATFORM_ANDROID));
305305
}
306306
}
307307

0 commit comments

Comments
 (0)