Advertisement
saurabhmesh17

Logcat Output

Aug 19th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. root@saurabh:/home/saurabh/Desktop# adb logcat -s AUDIO_RECORD_PLAYBACK_SAURABH
  2. --------- beginning of /dev/log/main
  3. --------- beginning of /dev/log/system
  4. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): BufferSize :640
  5. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Start Recording
  6. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Attempting rate 8000Hz, bits: 3, channel: 16
  7. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Attempting rate 8000Hz, bits: 3, channel: 12
  8. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Attempting rate 8000Hz, bits: 2, channel: 16
  9. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): ================== Final Values: rate 8000Hz, audioFormat: 2, channel: 16 ==================
  10. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Stop Recording
  11. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): ===== Recording Audio Completed =====
  12. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): File size: 59556
  13. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Play Recording
  14. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): ===== Value of minBufferSize : [640]=====
  15. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): ===== opening file : /sdcard/AudioRecorder/audiofile.wav =====
  16. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): ===== Playing Audio Completed =====
  17. D/AUDIO_RECORD_PLAYBACK_SAURABH(21749): Stop Playing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement