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

Commit 42beecc3 authored by Mark Harman's avatar Mark Harman
Browse files

Add logging.

parent 00e4a0c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -474,6 +474,8 @@ public class CameraController1 extends CameraController {
	}

	public SupportedValues setWhiteBalance(String value) {
		if( MyDebug.LOG )
			Log.d(TAG, "setWhiteBalance: " + value);
		Camera.Parameters parameters = this.getParameters();
		List<String> values = parameters.getSupportedWhiteBalance();
		if( values != null ) {