i just write a soft to recorder sound when i was in call... and set every one minute stop mediarecorder and restart it.. but some time will get error
this is log...the fail num alaways is -2147483648 07-15 09:22:50.403: ERROR/MediaRecorder(1055): stop failed: -2147483648 07-15 09:22:50.403: WARN/dalvikvm(1055): threadid=23: thread exiting with uncaught exception (group=0x40013140) 07-15 09:22:50.403: ERROR/AndroidRuntime(1055): Uncaught handler: thread Thread-18 exiting due to uncaught exception 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): java.lang.RuntimeException: stop failed. 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): at android.media.MediaRecorder.stop(Native Method) 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): at com.nicky.lyyws.xmall.XM_CallRecordService $TeleListener.stopCallRec(XM_CallRecordService.java:137) .here is "recorder.stop();" 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): at com.nicky.lyyws.xmall.XM_CallRecordService$TeleListener.access $0(XM_CallRecordService.java:134) here is " private void stopCallRec() " 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): at com.nicky.lyyws.xmall.XM_CallRecordService$TeleListener $1.run(XM_CallRecordService.java:126) 07-15 09:22:50.453: ERROR/AndroidRuntime(1055): at java.lang.Thread.run(Thread.java:1058) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

