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 4a54919 commit 8684e2bCopy full SHA for 8684e2b
sentry-android-core/src/main/java/io/sentry/android/core/internal/util/AndroidThreadChecker.java
@@ -36,7 +36,7 @@ private AndroidThreadChecker() {
36
*/
37
@SuppressWarnings("deprecation")
38
public static long getThreadId(final @NotNull Thread thread) {
39
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.BAKLAVA) {
40
return thread.threadId();
41
} else {
42
return thread.getId();
0 commit comments