I am learning about the development of apps in Android Studio and I have some applications uploaded to Google Play, where they present some blocks in some devices.
For example I am aware that in the Samsung Galaxy S6 and S6 Edge this error jumps me
java.lang.RuntimeException: at android.view.DisplayListCanvas.throwIfCannotDraw (DisplayListCanvas.java:260) at android.graphics.Canvas.drawBitmap (Canvas.java:1420) at android.graphics.drawable.BitmapDrawable.draw (BitmapDrawable.java:545)
The problem is that I do not know at what exact moment this error jumps, and I can not fix it, so I would like to be able to test myself with the device that has errors and debugger these errors, since in the emulators that I have configured do not occur to me.
Any solution?