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

Commit

Permalink
1. 添加数据库存储
Browse files Browse the repository at this point in the history
2. 修改Barrage实体类结构
3. 优化LogUtil
4. 优化Parser解析
5. 增加判断是否正在直播

todo:
1. 整合数据库操作
2. 继续优化Log,在Log中提示多线程信息
3. 添加功能,持久化Log到本地
4. 添加功能,在抓取 过程中判断直播状态
  • Loading branch information
bruce3x committed Jan 6, 2016
1 parent 45bfc1f commit dbdf0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/LogUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static void d(String message) {
}
}


public static void d(String tag, String message) {
if (DEBUG_MODE) {
printOut(logMessage(LEVEL_DEBUG, tag, getInvokeInfo(), message));
Expand Down

0 comments on commit dbdf0ff

Please sign in to comment.