Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 300 Bytes

File metadata and controls

8 lines (7 loc) · 300 Bytes

参考SampleApplication代码

EsManager.get().init(this, InitConfig.getDefault()
                .setChannel("debug")  // 应用渠道,自定义
                .setDebug(BuildConfig.DEBUG)  // true会打印更多log
);