Skip to content

Commit 3a25e45

Browse files
authored
Merge branch 'enh/app-hang-ffi-jni-refactor' into enh/ffi-jni-breadcrumbs-sync
2 parents 5cc9c78 + aacf1ff commit 3a25e45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/flutter/lib/src/native/java/sentry_native_java.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ class SentryNativeJava extends SentryNativeChannel {
200200
}
201201

202202
@override
203-
void nativeCrash() => native.SentryFlutterPlugin.Companion.crash();
203+
void nativeCrash() {
204+
native.SentryFlutterPlugin.Companion.crash();
205+
}
204206

205207
@override
206208
void pauseAppHangTracking() {

0 commit comments

Comments
 (0)