2020/4/7新包

This commit is contained in:
oujunhui
2020-04-07 16:41:24 +08:00
parent 2f9d26fd7e
commit 9bbeb8e1f6
141 changed files with 4162 additions and 561 deletions

View File

@@ -66,4 +66,9 @@ public class LogUtil extends NimLog {
LogUtil.print(info + getObjString(object));
}
}
public static void log(String msg) {
LogUtil.e("mouse_debug", msg);
}
}