flutter_google_maps icon indicating copy to clipboard operation
flutter_google_maps copied to clipboard

How to stop log printing from this plugin?

Open afandiyusuf opened this issue 4 years ago • 0 comments

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

afandiyusuf avatar Nov 27 '20 08:11 afandiyusuf