更新 logHubHelper ,支持无网发送失败时有网重试

This commit is contained in:
chenjuntao
2018-11-13 10:13:57 +08:00
parent 62740ffcb6
commit 42ea33612d
3 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ object ExposureManager {
MetaUtil.init(application)
TimeUtil.init()
loghubHelper.init(ENDPOINT, PROJECT, LOG_STORE) { TimeUtil.currentTimeMillis() }
loghubHelper.init(application, ENDPOINT, PROJECT, LOG_STORE) { TimeUtil.currentTimeMillis() }
db = ExposureDatabase.buildDatabase(application).logHubEventDao()
storeOpThread.execute {