Commit 129f3ca0 authored by 乔金柱's avatar 乔金柱

Merge branch 'jql/test' into 'master'

修复实时埋点清除普通埋点bug

See merge request !32
parents 9596309b b4a87f57
......@@ -565,7 +565,7 @@ static NSString *sdkVersion = @"110";
//2.把缓存区的数据发送给服务器
[self sendArray];
//3.把原有的数据删除
[GMCache removeObjectAtDocumentPathWithkey:PhobosCacheKey];
[GMCache removeObjectAtDocumentPathWithkey:PhobosTempCacheKey];
}
@catch (NSException *exception) {
phobosLog(exception);
......
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