1

Whenever there is a UI update, for example Loading/Waiting Screen or Google Maps Loading Screen

E/BufferQueueProducer(11055): [SurfaceTexture-0-11055-4] setAsyncMode: BufferQueue has been abandoned

keeps on coming in console its not doing any harm or error but its really hard to debug with this much rush in console

any help in hiding or removing it will be appreciated.

Using Android Studio : Android Studio Dolphin | 2021.3.1 Patch 1 Flutter Version : Channel stable, 3.3.8

Muzammil Hassan
  • 336
  • 2
  • 10
  • similar question https://stackoverflow.com/a/57763152/15294308 – Ninad7N Dec 22 '22 at 16:50
  • On your Given Link answer explained "How t resolve error". As I already mentioned it is not an error it just a line that keeps comming in console and in given answer he clearly mentions that "This: E/BufferQueueProducer( 9243): [SurfaceTexture-0-9243-14] dequeueBuffer: BufferQueue has been abandoned will be still in debug terminal but it's not an error". I just want to get rid of it from console – Muzammil Hassan Dec 23 '22 at 07:03

1 Answers1

0
  1. Select content you want to hide in Console.

  2. Right click on selected Content

  3. Select Fold Lines Like This

enter image description here

  1. Click OK

enter image description here

All Done.

Muzammil Hassan
  • 336
  • 2
  • 10