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

Commit 5aa9916a authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

camera: Log if its debug build

parent a7d65fb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ public class MyDebug {
    /** Global constant to control logging, should always be set to false in
     *  released versions.
     */
    public static final boolean LOG = false;
    public static final boolean LOG = BuildConfig.DEBUG;

    /** Wrapper to print exceptions, should use instead of e.printStackTrace().
     */