Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
appzxhy
Commits
5d17874e
Commit
5d17874e
authored
Jun 09, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改]上报区分拉取失败的情况
parent
c1c3209f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
AdmobEvent.kt
...in/java/com/base/appzxhy/business/ads/admob/AdmobEvent.kt
+3
-1
No files found.
app/src/main/java/com/base/appzxhy/business/ads/admob/AdmobEvent.kt
View file @
5d17874e
...
...
@@ -44,6 +44,7 @@ class AdmobEvent : AdEvent {
responseInfo
:
ResponseInfo
?,
error
:
LoadAdError
?
=
null
,
)
{
var
key
=
"ad_pull"
val
obj
=
JSONObject
()
obj
.
put
(
"req_id"
,
reqId
)
if
(
responseInfo
!=
null
)
{
...
...
@@ -68,8 +69,9 @@ class AdmobEvent : AdEvent {
}
else
{
obj
.
put
(
"errMsg"
,
error
.
toString
())
obj
.
put
(
"status"
,
"2"
)
key
=
"ad_pull_error"
}
EventUtils
.
event
(
"ad_pull"
,
ext
=
obj
)
EventUtils
.
event
(
key
,
ext
=
obj
)
LogEx
.
logDebug
(
TAG
,
"ad_pull obj=$obj"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment