Open
Bug 1962027
Opened 24 days ago
Updated 10 days ago
Cannot get code lists on isolated content process
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Unassigned, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid] [geckoview])
When turning on isolated process build, AndroidDecoderModule on content process seems to try to use MediaCodecList, But it doesn't work then it throws RuntimeException.
04-23 13:24:00.444 4699 4715 I ServiceManager: Waiting for service media.player...
04-23 13:24:01.444 4699 4715 I ServiceManager: Waiting for service media.player...
...
04-23 13:24:09.446 4699 4715 E OMXClient: Cannot obtain IMediaPlayerService
04-23 13:24:09.446 4699 4715 I ServiceManager: Waiting for service media.player...
...`
04-23 13:24:16.447 4699 4715 I ServiceManager: Waiting for service media.player...
04-23 13:24:17.447 4699 4715 I ServiceManager: Waiting for service media.player...
...
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: Failed to retrieve media codec support list
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: java.lang.RuntimeException: cannot get MediaCodecList
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at android.media.MediaCodecList.native_getCodecCount(Native Method)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at android.media.MediaCodecList.initCodecList(MediaCodecList.java:82)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at android.media.MediaCodecList.<init>(MediaCodecList.java:170)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at org.mozilla.gecko.util.HardwareCodecCapabilityUtils.getCodecList(HardwareCodecCapabilityUtils.java:121)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at org.mozilla.gecko.util.HardwareCodecCapabilityUtils.getDecoderInfos(HardwareCodecCapabilityUtils.java:133)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at org.mozilla.gecko.util.HardwareCodecCapabilityUtils.getDecoderSupportedMimeTypesWithAccelInfo(HardwareCodecCapabilityUtils.java:170)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
04-23 13:24:19.448 4699 4715 E HardwareCodecCapability: at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:516)
Updated•24 days ago
|
Whiteboard: [fxdroid] [geckoview]
Updated•24 days ago
|
Comment 1•10 days ago
|
||
The severity field is not set for this bug.
:owlish, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(bugzeeeeee)
You need to log in
before you can comment on or make changes to this bug.
Description
•