Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Crashlytics reports InflateException: ResourceNotFoundException for a Trend TaintArt for 4x6

My app is failing on a Trend TaintArt for x86 running Android 7.1.2 when it tries to inflate a layout containing an ImageView. The crash reports that the Drawable doesn't exist:

enter image description here

Yet, the Drawable (ic_list_white) is present:

enter image description here

Odd thing is, this seems the only device that's having the problem. Has anyone experienced this problem?

like image 868
FractalBob Avatar asked Mar 07 '20 09:03

FractalBob


1 Answers

It turns out this device, Trend TaintArt for x86, is bogus; there's no such device. Several other Crashlytics reports have since come in, also for bogus devices, including Batmobile Defy Mini and Huawei Enjoy 9S running Android 4.3.1 (the real Enjoy 9S came out in 2019 and is shipped with Android 9). I reported this to the Firebase support team and am awaiting their reply. I suspect someone is trying to reverse engineer my app.

like image 138
FractalBob Avatar answered Sep 29 '22 10:09

FractalBob