I used LeakCanary to detect memory leak and found this in the log:
D | [38] = android.graphics.Bitmap [id=0x12d81740]
But I am not sure what the id=0x12d81740
mean? is it the hash id get by
System.identityHashCode(mBitmap)
?, I have searched the code, but did not find something relative.