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

Commit 56d53722 authored by Mark Harman's avatar Mark Harman
Browse files

Update logging.

parent f0775674
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4048,8 +4048,10 @@ public class CameraController2 extends CameraController {

    @Override
    public void setCameraExtension(boolean enabled, int extension) {
        if( MyDebug.LOG )
            Log.d(TAG, "setCameraExtension: " + extension);
        if( MyDebug.LOG ) {
            Log.d(TAG, "setCameraExtension?: " + enabled);
            Log.d(TAG, "extension: " + extension);
        }

        if( camera == null ) {
            if( MyDebug.LOG )