We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f97641 commit e3a4f24Copy full SHA for e3a4f24
app/src/main/java/com/cl/myapplication/App.java
@@ -29,7 +29,7 @@ public void onCreate() {
29
SerialUtils.getInstance().init(this,true,"TAG",
30
50,8,0,1);
31
32
- SerialUtils.getInstance().setStickPackageHelper("自定义粘包处理类");
+// SerialUtils.getInstance().setStickPackageHelper("自定义粘包处理类");
33
34
//初始化日志框架
35
// XLogConfig logConfig = new XLogConfig.Builder()
0 commit comments