Commit b4a87f57 authored by 井庆林's avatar 井庆林

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

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