More debug details in crash screen? #205

Closed
opened 2026-05-24 05:43:33 +00:00 by guettli · 0 comments
guettli commented 2026-05-24 05:43:33 +00:00 (Migrated from codeberg.org)

Look at this text copied from the crash screen.

What could be added, so that fixing bugs is easier?

Add these things.


App Version: unknown
Platform: android S1RXS32.50-13-25

Error:

MissingPluginException(No implementation found for method state on channel dev.steenbakker.mobile_scanner/scanner/method)

Stack Trace:

#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364)
<asynchronous suspension>
#1      MethodChannelMobileScanner._requestCameraPermission (package:mobile_scanner/src/method_channel/mobile_scanner_method_channel.dart:202)
<asynchronous suspension>
#2      MethodChannelMobileScanner.start (package:mobile_scanner/src/method_channel/mobile_scanner_method_channel.dart:361)
<asynchronous suspension>
#3      MobileScannerController.start (package:mobile_scanner/src/mobile_scanner_controller.dart:468)
<asynchronous suspension>
#4      _MobileScannerState._initializeController (package:mobile_scanner/src/mobile_scanner.dart:209)
<asynchronous suspension>

Look at this text copied from the crash screen. What could be added, so that fixing bugs is easier? Add these things. --- App Version: unknown Platform: android S1RXS32.50-13-25 Error: ``` MissingPluginException(No implementation found for method state on channel dev.steenbakker.mobile_scanner/scanner/method) ``` Stack Trace: ``` #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:364) <asynchronous suspension> #1 MethodChannelMobileScanner._requestCameraPermission (package:mobile_scanner/src/method_channel/mobile_scanner_method_channel.dart:202) <asynchronous suspension> #2 MethodChannelMobileScanner.start (package:mobile_scanner/src/method_channel/mobile_scanner_method_channel.dart:361) <asynchronous suspension> #3 MobileScannerController.start (package:mobile_scanner/src/mobile_scanner_controller.dart:468) <asynchronous suspension> #4 _MobileScannerState._initializeController (package:mobile_scanner/src/mobile_scanner.dart:209) <asynchronous suspension> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#205