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

Commit 5c20c530 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Enable logs in FlashlightControllerImpl

Change-Id: Ia91dab72f57602aa8b960516a3b8d40ce36ff963
Test: no test
Bug: 322255301
parent 8e1ad154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ import javax.inject.Inject;
public class FlashlightControllerImpl implements FlashlightController {

    private static final String TAG = "FlashlightController";
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
    private static final boolean DEBUG = true;

    private static final int DISPATCH_ERROR = 0;
    private static final int DISPATCH_CHANGED = 1;