record
record copied to clipboard
Continuously outputting after stop recording
Package version 5.1.2
Environment
- OS: android app(30 and 34)
Describe the bug On the Android end, the recording function is normal, but after calling stop to end the recording, the console still keeps outputting the following continuously
A clear and concise description of what the bug is.
Add your record configuration RecordConfig(...)
await _record.start(
const RecordConfig(),
path: path
);
_record.stop()
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.