Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-02-20 17:04:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3410a0dd044d0fa13748dfc77721321a521851ea
3410a0dd
1 parent
deb41361
【修复】上报时长
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/auto_track/track/track.dart
lib/auto_track/track/track.dart
View file @
3410a0d
...
...
@@ -43,7 +43,7 @@ class Track {
}
Map
<
String
,
dynamic
>
params
=
_appendPageInfo
({},
pageInfo
);
params
[
'event_duration'
]
=
pageInfo
.
timer
.
duration
.
inMilliseconds
;
params
[
'
\
$
event_duration
'
]
=
pageInfo
.
timer
.
duration
.
inMilliseconds
;
_TrackPlugin
.
pageDuration
(
params
);
AutoTrackLogger
.
getInstance
().
debug
(
'track page_leave =>
$params
'
);
}
...
...
Please
register
or
login
to post a comment