Skip to content

Commit

Permalink
1.更新部分文案
Browse files Browse the repository at this point in the history
Former-commit-id: 4a25ba0
Former-commit-id: 6dcd39b
  • Loading branch information
Ttt committed Aug 29, 2020
1 parent 01fe8b3 commit 965098c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/afkt/project/base/BaseApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void onCreate() {
.sortLog(true) // 美化日志, 边框包围
.methodCount(0)
);
// 打开 lib 内部日志 - 线上环境, 不调用方法就行
// 打开 lib 内部日志 - 线上环境, 不调用方法
DevUtils.openLog();
DevUtils.openDebug();

Expand Down
2 changes: 1 addition & 1 deletion lib/DevApp/README.md.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73716937fa770b84e2a36fa57563775ec74fc22f
f290560eb4725477277f5972d2a96846562bcf31
2 changes: 1 addition & 1 deletion lib/DevApp/utils_readme/USE_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class BaseApplication extends Application {
logConfig.sortLog = true; // 美化日志, 边框包围
logConfig.methodCount = 0;
DevLogger.init(logConfig);
// 打开 lib 内部日志 - 线上环境, 不调用方法就行
// 打开 lib 内部日志 - 线上环境, 不调用方法
DevUtils.openLog();
DevUtils.openDebug();
}
Expand Down
2 changes: 1 addition & 1 deletion lib/DevJava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ implementation 'com.afkt:DevJava:1.1.4'

- 开启日志
```java
// 打开 lib 内部日志 - 线上 (release) 环境,不调用方法就行
// 打开 lib 内部日志 - 线上 (release) 环境,不调用方法
JCLogUtils.setPrintLog(true);
// 控制台打印日志
JCLogUtils.setControlPrintLog(true);
Expand Down

0 comments on commit 965098c

Please sign in to comment.