add previewFormat logging to QuickCamera

Closes #3760
//FREEBIE
pull/1/head
Jake McGinty 9 years ago committed by Moxie Marlinspike
parent 2c41394892
commit cc5d779050

@ -81,6 +81,7 @@ import java.util.List;
final Rect croppingRect = getCroppedRect(previewSize, previewRect, rotation);
Log.w(TAG, "previewSize: " + previewSize.width + "x" + previewSize.height);
Log.w(TAG, "previewFormat: " + cameraParameters.getPreviewFormat());
Log.w(TAG, "croppingRect: " + croppingRect.toString());
Log.w(TAG, "rotation: " + rotation);
new AsyncTask<byte[], Void, byte[]>() {

Loading…
Cancel
Save