fluttercandies / flutter_record_mp3

flutter record mp3 using the native api
Other
34 stars 30 forks source link

Hide logs #14

Open loic-hamdi opened 2 years ago

loic-hamdi commented 2 years ago

How to hide logs from Recorder.m ?

Example:
  NSLog(@"设置声音环境失败");
  NSLog(@"启动失败");
  NSLog(@"缓冲区大小:%u",(unsigned int)bufferByteSize);
loic-hamdi commented 2 years ago

any update please?