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

How to stop log printing from this plugin? #61

Open
afandiyusuf opened this issue Nov 27, 2020 · 0 comments
Open

How to stop log printing from this plugin? #61

afandiyusuf opened this issue Nov 27, 2020 · 0 comments

Comments

@afandiyusuf
Copy link

afandiyusuf commented Nov 27, 2020

This is my flutter doctor:

[✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-ID)
    • Flutter version 1.22.4 at /Library/flutter
    • Framework revision 1aafb3a8b9 (2 weeks ago), 2020-11-13 09:59:28 -0800
    • Engine revision 2c956a31c0
    • Dart version 2.10.4

 
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
    • Android SDK at /Users/yusufafandi/Library/Android/sdk
    • Platform android-30, build-tools 30.0.0
    • ANDROID_HOME = /Users/yusufafandi/Library/Android/sdk
    • ANDROID_SDK_ROOT = /Users/yusufafandi/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.1, Build version 12A7403
    • CocoaPods version 1.9.3

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 47.1.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] Connected device (1 available)
    • Redmi Note 8 Pro (mobile) • ug85q4qoljsgxkoj • android-arm64 • Android 10 (API 29)

• No issues found!

Im using:
google_maps_flutter: ^0.5.21+8

Does this plugin have a configuration to stop all debug print that populates from google map?

When Map appears this plugin keep printing and never stop, (unless I close the map)
This is the message cancelBuffer: slot 1,
That message makes me hard to debug my own app via print.

D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
D/BufferQueueProducer(14629): [SurfaceTexture-0-14629-0](this:0x78d32e0000,id:0,api:1,p:570,c:14629) cancelBuffer: slot 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant