Closed
Bug 836612
Opened 12 years ago
Closed 12 years ago
[Audio] QC_MP3DEC component isn't destroyed when using dockview to kill apps
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rlin, Unassigned)
Details
STR:
1. Play mp3 on unagi device
2. Long press home key, kill music app
3. Check logcat, can't find "E/QC_MP3DEC( 818): OMX MP3 component destroyed"
This log can be found when switch to next mp3/ogg songs.
Comment 1•12 years ago
|
||
It sounds like the audio element is awaiting garbage collection. This is when the omx decoder is released if it isn't handled explicitly. To release it as soon as poosible set the "src" element of the audio element to null when closing the application.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•