This commit is contained in:
chenjuntao
2023-05-30 17:54:55 +08:00
parent 999e1a3ad8
commit 55813cdaae
2 changed files with 20 additions and 20 deletions

View File

@ -79,7 +79,7 @@ object ExposureManager {
private fun uploadExposures(eventSet: HashSet<ExposureEvent>, forced: Boolean) {
eventSet.forEach {
LoghubHelper.uploadLog(buildLog(it), LOG_STORE, forced)
it.recycle()
// it.recycle()
}
}