Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Duplicate log output #271

Open
hiperioncn opened this issue Apr 15, 2024 · 1 comment
Open

[BUG]Duplicate log output #271

hiperioncn opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
New issue New issue which has not been checked yet

Comments

@hiperioncn
Copy link

hiperioncn commented Apr 15, 2024

Describe the bug
I used the sample code
https://github.com/jhomlala/catcher/blob/master/example/lib/update_config_example.dart
to modify the config. I found that it was normal before modifying the config. After modifying the config file, the console Printing is repeated. Something like this:

`
Crash occurred on 2024-04-15 16:55:24.421906
Crash occurred on 2024-04-15 16:55:24.421906
------- DEVICE INFO -------
------- DEVICE INFO -------
id: UP1A.231005.007
id: UP1A.231005.007
board: lahaina
board: lahaina
bootloader: G9910ZCS6FXA1
bootloader: G9910ZCS6FXA1
versionSdk: 34
versionSdk: 34
versionSecurityPatch: 2023-12-01
versionSecurityPatch: 2023-12-01

------- STACK TRACE -------
------- STACK TRACE -------
#0 Catcher.sendTestException (package:catcher/core/catcher.dart:716:5)
#0 Catcher.sendTestException (package:catcher/core/catcher.dart:716:5)
.
.
.
#24 PlatformDispatcher._dispatchPointerDataPacket (dart:ui/platform_dispatcher.dart:429:7)
#24 PlatformDispatcher._dispatchPointerDataPacket (dart:ui/platform_dispatcher.dart:429:7)
#25 _dispatchPointerDataPacket (dart:ui/hooks.dart:262:31)
#25 _dispatchPointerDataPacket (dart:ui/hooks.dart:262:31)
Report result: true
Report result: true
`

To Reproduce
click "Change Config"
click "Generate error"
Got Repeated log

Flutter doctor
[✓] Flutter (Channel stable, 3.19.3, on macOS 14.4.1 23E224 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.88.0)
[✓] Connected device (4 available)
[✓] Network resources

• No issues found!

Catcher version

  • Version: 0.8.0

Smartphone (please complete the following information):

  • Device: Samsung S21
  • OS: Android14 OneUI6.0
@hiperioncn hiperioncn added the New issue New issue which has not been checked yet label Apr 15, 2024
@hiperioncn hiperioncn changed the title [BUG] [BUG]Duplicate log output Apr 18, 2024
@yecaiyu1999
Copy link

me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

3 participants