Skip to content

Commit

Permalink
sample: 引导注释
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 2, 2023
1 parent 8856207 commit 652c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/main/java/com/drake/net/sample/base/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class App : Application() {
// 添加持久化Cookie管理
cookieJar(PersistentCookieJar(this@App))

// 通知栏监听网络日志
// 仅开发模式启用通知栏监听网络日志, 该框架存在下载大文件时内存溢出崩溃请等待官方修复 https://github.com/ChuckerTeam/chucker/issues/1068
if (BuildConfig.DEBUG) {
addInterceptor(
ChuckerInterceptor.Builder(this@App)
Expand Down

0 comments on commit 652c38f

Please sign in to comment.