NTP-32430 | Houston-23387 (#14919)

This commit is contained in:
Prajjaval Verma
2025-02-11 14:43:03 +05:30
committed by GitHub
parent 8635de08c0
commit b12e27e873

View File

@@ -8,6 +8,7 @@
package com.navi.insurance.util
import android.util.Log
import com.navi.analytics.utils.NaviAnalyticsHelper
import com.navi.insurance.BuildConfig
val isLog = BuildConfig.DEBUG
@@ -24,4 +25,5 @@ fun java.lang.Exception.log() {
if (isLog) {
Log.i(tag(), this.message.orEmpty())
}
NaviAnalyticsHelper.recordException(this)
}