Closed
Bug 1703707
Opened 5 years ago
Closed 5 years ago
OMXClient: Cannot obtain IMediaPlayerService error in isolated process
Categories
(GeckoView Graveyard :: Sandboxing, task, P1)
Tracking
(firefox89 fixed)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: owlish, Assigned: owlish)
References
Details
(Whiteboard: [geckoview:m89])
Attachments
(1 file)
Affected test: org.mozilla.geckoview.test.MediaSessionTest#fullscreenVideoElementMetadata
Error:
9518-9570/? I/ServiceManager: Waiting for service media.player...
9518-9570/org.mozilla.geckoview.test:tab1 I/ServiceManager: Waiting for service media.player...
9518-9570/org.mozilla.geckoview.test:tab1 E/OMXClient: Cannot obtain IMediaPlayerService
9518-9570/org.mozilla.geckoview.test:tab1 E/HardwareCodecCapability: Failed to retrieve media codec count
java.lang.RuntimeException: cannot get MediaCodecList
at android.media.MediaCodecList.native_getCodecCount(Native Method)
at android.media.MediaCodecList.initCodecList(MediaCodecList.java:82)
at android.media.MediaCodecList.getCodecCount(MediaCodecList.java:43)
at org.mozilla.gecko.util.HardwareCodecCapabilityUtils.findDecoderCodecInfoForMimeType(HardwareCodecCapabilityUtils.java:75)
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → bugzeeeeee
| Assignee | ||
Updated•5 years ago
|
Whiteboard: [geckoview:m89]
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Severity: -- → S3
Priority: -- → P1
Pushed by istorozhko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e3e9aa4186aa
WIP: Bug 1703707 - Replace cross-process OMXClient call with IPC to enable isolated process in Android r=geckoview-reviewers,aklotz,agi,jolin
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Comment 4•3 years ago
|
||
Moving isolated process bugs to the new GeckoView::Sandboxing component.
Component: General → Sandboxing
Updated•1 year ago
|
Product: GeckoView → GeckoView Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•