-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#32042Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: productionIssues experienced in live production appsIssues experienced in live production appsc: crashStack traces logged to the consoleStack traces logged to the consoleplatform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Hi,
A user reported an issue that the app is not opening. Every time he clicks on the launcher icon, the app crashes.
When I checked the Crashlytics for that user_id, it showed the below crash.
Fatal Exception: java.lang.IllegalArgumentException
sectionName is too long
Fatal Exception: java.lang.IllegalArgumentException: sectionName is too long
at android.os.Trace.beginSection(Trace.java:287)
at androidx.tracing.TraceApi18Impl.beginSection(TraceApi18Impl.java)
at androidx.tracing.Trace.beginSection(Trace.java:6)
at io.flutter.embedding.engine.dart.DartMessenger.lambda$handleMessageFromDart$0(DartMessenger.java:17)
at io.flutter.embedding.engine.dart.DartMessenger.$r8$lambda$6ZD1MYkhaLxyPjtoFDxe45u43DI(DartMessenger.java)
at io.flutter.embedding.engine.dart.DartMessenger$$InternalSyntheticLambda$0$75ebfcfd53b0b0a884b1e22267a97587635cd2630d2f814c3024af8922adcf72$0.run(DartMessenger.java:12)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:210)
at android.os.Looper.loop(Looper.java:299)
at android.app.ActivityThread.main(ActivityThread.java:8138)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1037)
Device
Brand:Xiaomi
Model:M2101K6R
Orientation: Portrait
RAM free: 2.4 GB
Disk free: 64.14 GB
Operating System
Version:Android 12
Orientation: Portrait
Rooted:No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: productionIssues experienced in live production appsIssues experienced in live production appsc: crashStack traces logged to the consoleStack traces logged to the consoleplatform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
