Is there way write code and did not get these strings in logs? #1143
Replies: 2 comments 4 replies
-
This method was added in API 16. I suppose if you must run on android devices earlier than API16 then you should not initiallize ACRA with the media code list support? Alternatively I suppose you could do a PR here (if the code is not already handling it?) where you check the SDK version of the device and avoid accessing that class This is an incompletely specified problem though, I'm making all sorts of assumptions (about the API level you support as a minimum, how you are initializing ACRA etc) and that's an inefficient way to go about interacting with others in an open source repo - https://stackoverflow.com/help/how-to-ask - interaction is best done by reading the code, thinking about your use case, proposing a change that you have tested + experimented with, along with some discussion of the details of your use case and why your proposed change is 1) going to work well for you 2) will not negatively impact others or the structure of the code you propose to modify |
Beta Was this translation helpful? Give feedback.
-
Without changes in system configs.
Beta Was this translation helpful? Give feedback.
All reactions