Commit 89aa4c0a authored by 井庆林's avatar 井庆林

修改普通埋点删除问题

parent b4a87f57
...@@ -566,6 +566,9 @@ static NSString *sdkVersion = @"110"; ...@@ -566,6 +566,9 @@ static NSString *sdkVersion = @"110";
[self sendArray]; [self sendArray];
//3.把原有的数据删除 //3.把原有的数据删除
[GMCache removeObjectAtDocumentPathWithkey:PhobosTempCacheKey]; [GMCache removeObjectAtDocumentPathWithkey:PhobosTempCacheKey];
if (clean) {
[GMCache removeObjectAtDocumentPathWithkey:PhobosCacheKey];
}
} }
@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