Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

Crash after set the voice module to mute and then unmute #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This steps make the app crash.

Original issue reported on code.google.com by fceca...@gmail.com on 11 Apr 2011 at 4:17

GoogleCodeExporter commented 9 years ago
This crash occurs when I call record.startRecording() after a muted state. Then 
I changed the way to mute the app - after record.stop(), I call 
record.release() and set record to null. When unmute the app, it creates a new 
record, and then that bug does not appear.

BUT the other code should work as well, so this issue will be kept opened.

Original comment by fceca...@gmail.com on 11 Apr 2011 at 4:19