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

Commit f6acf826 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable logs in FlashlightControllerImpl" into main

parents 85e63cbb 5c20c530
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;