Is there a compilation of device-specific bugs for Android devices?

后端 未结 3 1445
野性不改
野性不改 2021-02-13 01:12

We\'ve found a crash on a particular device that happens inside some of the standard Java libraries. This crash only happens on one particular model of device. I\'m sure there

3条回答
  •  再見小時候
    2021-02-13 02:10

    I am not aware if there is a indexed compilation available on the internet. At the moment, the best place to report/search device-specific bugs is probably still via Android Issues Tracker, of cause, as long as issues are found and reported by consumer developer. Actually the search function is not that bad once you are familiar with it.

    HTC Specific Bugs

    Samsung Specific Bugs

    Device specific bug is a consequence of Android fragmentation, As an Android consumer developer, Our application usually deal with hundreds of different device models. Even the Android award top developer cannot 100% guarantee their application can run seamlessly on all devices. I would not concern too much if the bug is specific for minority device in the market. Nothing is perfect, face the facts.

提交回复
热议问题