-
Notifications
You must be signed in to change notification settings - Fork 202
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 disable Logs BufferPoolAccessor #346
Comments
Thanks for the report. Why are you sure this log is from the recorder? |
This report is part of recorder logs and if i do not use recorder i do not get this in Android emulator. Currently, I do not use audio player and only recorder. Basically, i print the path file after recorder is stopped. I dont see this issue in iOS, MAC an Web but only in Android emulator.
|
I tried to figure out what was going on but it seems there's nothing wrong in package source code. |
Package: record: ^5.1.1
Android Emulator.
Details:
I have recently tested this package. I have one issue. Even after disposing recorder, I am getting below logs specifically on Android emulator ONLY (VS code). How to disable these when using this package on android?
D/BufferPoolAccessor2.0(29794): bufferpool2 0xec37eb28 : 7(14336 size) total buffers - 4(8192 size) used buffers - 30722/30755 (recycle/alloc) - 101/61501 (fetch/transfer)
D/BufferPoolAccessor2.0(29794): bufferpool2 0xcddb8b88 : 7(14336 size) total buffers - 4(8192 size) used buffers - 31317/31355 (recycle/alloc) - 118/62701 (fetch/transfer)
D/BufferPoolAccessor2.0(29794): bufferpool2 0xec37eb28 : 7(14336 size) total buffers - 4(8192 size) used buffers - 30992/31025 (recycle/alloc) - 101/62041 (fetch/transfer)
D/BufferPoolAccessor2.0(29794): bufferpool2 0xcddb8b88 : 7(14336 size) total buffers - 4(8192 size) used buffers - 31587/31625 (recycle/alloc) - 118/63241 (fetch/transfer)
D/BufferPoolAccessor2.0(29794): bufferpool2 0xec37eb28 : 7(14336 size) total buffers - 4(8192 size) used buffers - 31262/31295 (recycle/alloc) - 102/62581 (fetch/transfer)
A clear and concise description of what the bug is.
Add your record configuration
RecordConfig(...)
const encoder = AudioEncoder.aacLc;
const config = RecordConfig(encoder: encoder, numChannels: 1);
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: