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

Commit 7021c9fe authored by Alexandre Roux's avatar Alexandre Roux
Browse files

removing LogDebug tag

parent 05dc86e7
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -32,12 +32,8 @@ public class Log {
        d(tag, str, LEVEL_ONLY_DEBUG);
    }
    public static void d(String tag, String str, int level){
        android.util.Log.d("LogDebug","level = "+level);


        if(true) {
            android.util.Log.d("LogDebug","write file"+level);

            if (fw == null) {
                try {
                    fw = new FileWriter(getDebugLogPath());