When I trying to render a bitmap in imageview
mImageView.setImageBitmap(mBitmap);
I would see Bitmap too large to be uploaded into a texture in log.
Ok, I know there is limit on OpenGl that would throw this warning message.
But can I know whether the image is rendered success or not?