Skip to content

Instantly share code, notes, and snippets.

@jusa
Last active August 13, 2019 13:33
Show Gist options
  • Select an option

  • Save jusa/8946eb173855410630357a5bb4b79c2a to your computer and use it in GitHub Desktop.

Select an option

Save jusa/8946eb173855410630357a5bb4b79c2a to your computer and use it in GitHub Desktop.
Audio debugging

PulseAudio logs

  1. Stop PulseAudio

    # as user nemo
    $ systemctl --user stop pulseaudio
    
  2. Start logcat

    $ /system/bin/logcat
    
  3. Start PulseAudio in verbose mode

    # as user nemo
    $ pulseaudio -vvvv -n --file=/etc/pulse/arm_droid_default.pa
    
  4. Collect both logcat and PulseAudio logs of the event which doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment