Skip to content
This repository was archived by the owner on Nov 1, 2019. It is now read-only.

Commit dbdf0ff

Browse files
committed
1. 添加数据库存储
2. 修改Barrage实体类结构 3. 优化LogUtil 4. 优化Parser解析 5. 增加判断是否正在直播 todo: 1. 整合数据库操作 2. 继续优化Log,在Log中提示多线程信息 3. 添加功能,持久化Log到本地 4. 添加功能,在抓取 过程中判断直播状态
1 parent 45bfc1f commit dbdf0ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/LogUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static void d(String message) {
7474
}
7575
}
7676

77+
7778
public static void d(String tag, String message) {
7879
if (DEBUG_MODE) {
7980
printOut(logMessage(LEVEL_DEBUG, tag, getInvokeInfo(), message));

0 commit comments

Comments
 (0)