Commit b871e21b authored by 叶凤鸣's avatar 叶凤鸣

删除page_name

parent f5852035
...@@ -230,7 +230,6 @@ static NSString *sdkVersion = @"110"; ...@@ -230,7 +230,6 @@ 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