We have an app which requests and abandons audio focus several times
over the course of its lifetime. When the process exits, these
messages appear several (30+) times in the log:

W/AudioService( 1086):   AudioFocus   audio focus client died
W/AudioService( 1086):   AudioFocus   audio focus client died
W/AudioService( 1086):   AudioFocus   audio focus client died
...

We are just using requestAudioFocus() and abandonAudioFocus() with a
single listener object and as far as I can tell the calls are paired
up properly. It seems from the AudioService code that a new
AudioFocusDeathHandler is created for each call, will this lead to
memory leaks or other problems or is this benign?

-- 
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

Reply via email to