You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementation 'org.wysaid:gpuimage-plus:2.4.6'
gLSurfaceView?.getResultBitmap { bitmap ->
BitmapCompanion.addBitmap(bitmap)
}
Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 20155404 byte allocation with 5162336 free bytes and 4MB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(VMRuntime.java)
at android.graphics.Bitmap.nativeCreate(Bitmap.java)
at android.graphics.Bitmap.createBitmap(Bitmap.java:905)
at android.graphics.Bitmap.createBitmap(Bitmap.java:882)
at android.graphics.Bitmap.createBitmap(Bitmap.java:849)
at org.wysaid.nativePort.CGEImageHandler.nativeGetResultBitmap(CGEImageHandler.java)
at org.wysaid.nativePort.CGEImageHandler.getResultBitmap(CGEImageHandler.java)
at org.wysaid.view.ImageGLSurfaceView$5.run(ImageGLSurfaceView.java)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1481)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1253)
The text was updated successfully, but these errors were encountered:
Android 7.0
The text was updated successfully, but these errors were encountered: