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

修改普通埋点删除问题

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