mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 16:07:30 +00:00
parent
2c41394892
commit
cc5d779050
@ -81,6 +81,7 @@ import java.util.List;
|
|||||||
final Rect croppingRect = getCroppedRect(previewSize, previewRect, rotation);
|
final Rect croppingRect = getCroppedRect(previewSize, previewRect, rotation);
|
||||||
|
|
||||||
Log.w(TAG, "previewSize: " + previewSize.width + "x" + previewSize.height);
|
Log.w(TAG, "previewSize: " + previewSize.width + "x" + previewSize.height);
|
||||||
|
Log.w(TAG, "previewFormat: " + cameraParameters.getPreviewFormat());
|
||||||
Log.w(TAG, "croppingRect: " + croppingRect.toString());
|
Log.w(TAG, "croppingRect: " + croppingRect.toString());
|
||||||
Log.w(TAG, "rotation: " + rotation);
|
Log.w(TAG, "rotation: " + rotation);
|
||||||
new AsyncTask<byte[], Void, byte[]>() {
|
new AsyncTask<byte[], Void, byte[]>() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user