Commit ff3857b9 authored by wanglei's avatar wanglei

...

parent bba56dd6
......@@ -11,6 +11,7 @@ import com.base.appzxhy.ads.taichiPref
import com.base.appzxhy.ads.taichiSharedPreferencesEditor
import com.base.appzxhy.helper.EventUtils
import com.base.appzxhy.utils.LogEx
import com.base.appzxhy.utils.LogEx.logDebug
import com.facebook.appevents.AppEventsConstants
import com.facebook.appevents.AppEventsLogger
import com.google.firebase.analytics.FirebaseAnalytics
......@@ -52,7 +53,7 @@ class AdMaxEvent : AdEvent {
obj.put("status", "2")
}
EventUtils.event("ad_pull", ext = obj)
LogEx.run { logDebug(TAG, "ad_pull $obj") }
logDebug(TAG, "ad_pull $obj")
}
fun clickAd(ad: MaxAd?) {
......
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