Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de27778 commit 100004cCopy full SHA for 100004c
app/src/main/java/com/zhxh/codeproj/Log.java
@@ -20,7 +20,6 @@ public static void v(String tag, String msg) {
20
System.out.println(tag + dot + msg);
21
}
22
23
-
24
public static void e(String msg) {
25
System.out.println(msg);
26
0 commit comments