Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 367ff2b3 authored by Mark Harman's avatar Mark Harman
Browse files

Update logging.

parent cf5b13cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2882,7 +2882,7 @@ public class CameraController2 extends CameraController {
                camera_features.supported_extensions = new ArrayList<>();
                for(int extension : extensions) {
                    if( MyDebug.LOG )
                        Log.d(TAG, "extension: " + extension);
                        Log.d(TAG, "vendor extension: " + extension);

                    // we assume that the allowed extension sizes are a subset of the full sizes - makes things easier to manage