You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
I did not understand infromation from Acra's developers. Just I investigate Warning about MediaCodecList and Acra's code. I recommend to drop (not initiallize ACRA with the media code list support) these Acra's feature . Reasons: ACRA/acra#1143 ACRA/acra#1144
I don't know any reason to use the Acra's code to get an information about codecs, because information about codecs are published in the web and placed on device in xml.
The text was updated successfully, but these errors were encountered:
@vikulin
Looks like Acra's developers say that other app can use only needed modules. You can exclude Acra Media module and the app will be compiled without it. That way decreases quantity of methods and we will not see the string in logs.
Class MediaCodecList has only 2 methods for API 16-21. Yggdrasil is not multimedia app. Seems there is no reason to compile the app with Acra's Media module.
I did not understand infromation from Acra's developers. Just I investigate Warning about MediaCodecList and Acra's code. I recommend to drop (not initiallize ACRA with the media code list support) these Acra's feature . Reasons:
ACRA/acra#1143
ACRA/acra#1144
I don't know any reason to use the Acra's code to get an information about codecs, because information about codecs are published in the web and placed on device in xml.
The text was updated successfully, but these errors were encountered: