Skip to content

Commit e3a4f24

Browse files
author
陈力
committed
屏蔽不需要的代码
1 parent 1f97641 commit e3a4f24

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/cl/myapplication

1 file changed

+1
-1
lines changed

app/src/main/java/com/cl/myapplication/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void onCreate() {
2929
SerialUtils.getInstance().init(this,true,"TAG",
3030
50,8,0,1);
3131

32-
SerialUtils.getInstance().setStickPackageHelper("自定义粘包处理类");
32+
// SerialUtils.getInstance().setStickPackageHelper("自定义粘包处理类");
3333

3434
//初始化日志框架
3535
// XLogConfig logConfig = new XLogConfig.Builder()

0 commit comments

Comments
 (0)