修复bug

nx2024
Matthew 6 months ago
parent b3d7e2f592
commit ef21a79659

@ -153,7 +153,7 @@ public class ImageSaver implements Runnable {
dngCreator.writeImage(baos, mImage);
byteBuffer.limit(byteBuffer.position());
byteBuffer.flip();
Log.d(TAG, "After Saving DNG Exp=" + t.toString() + " size=" + byteBuffer.position());
Log.d(TAG, "After Saving DNG Exp=" + t.toString() + " size=" + byteBuffer.limit());
/*
FileOutputStream output = null;

Loading…
Cancel
Save