Commit c832cc82 authored by wanglei's avatar wanglei

...

parent 36ab7dcc
......@@ -13,6 +13,7 @@ import com.base.datarecovery.help.ConfigHelper
import com.base.datarecovery.utils.EventUtils
import com.base.datarecovery.utils.LogEx
import org.json.JSONObject
import java.util.UUID
object AdMaxOpenUtils {
private val TAG = "AdMaxOpenUtils"
......@@ -43,7 +44,8 @@ object AdMaxOpenUtils {
onHidden?.invoke()
onHidden = null
AdDisplayUtils.getInstance().incrementAdRequestFailCount()
AdMaxEvent.pullAd(null, "openAd")
val reqId = UUID.randomUUID().toString()
AdMaxEvent.pullAd(null, "openAd", reqId = reqId, error = p1.message, code = p1.code)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment