Commit 528e9540 authored by 乔金柱's avatar 乔金柱

Merge branch 'yefengming/GMPhobos' into 'master'

增加page_name

See merge request !34
parents 8863580c 883633a4
...@@ -230,6 +230,7 @@ static NSString *sdkVersion = @"110"; ...@@ -230,6 +230,7 @@ static NSString *sdkVersion = @"110";
@"uuid": [PhobosUtil deviceId], @"uuid": [PhobosUtil deviceId],
@"build_version_release": [[UIDevice currentDevice] systemVersion], @"build_version_release": [[UIDevice currentDevice] systemVersion],
@"build_model": [UIDevice deviceVersion], @"build_model": [UIDevice deviceVersion],
@"page_name": self.visibleController.pageName
}; };
[Phobos track:@"on_app_session_over" attributes:dict]; [Phobos track:@"on_app_session_over" attributes:dict];
[GMCache removeObjectAtDocumentPathWithkey:PhobosBeginTime]; [GMCache removeObjectAtDocumentPathWithkey:PhobosBeginTime];
......
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