Skip to content

Commit 228884a

Browse files
author
YangSen-qn
committed
change dns cache default file path
1 parent 0fab539 commit 228884a

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/qiniu/android/collect

1 file changed

+1
-1
lines changed

library/src/main/java/com/qiniu/android/collect/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class Config {
7878
/**
7979
* dns缓存信息目录
8080
*/
81-
public static String dnscacheDir = ContextGetter.applicationContext().getCacheDir().getAbsolutePath() + "/qiniu/dnsCache/";
81+
public static String dnscacheDir = ContextGetter.applicationContext().getCacheDir().getAbsolutePath() + "/dnsCache/";
8282

8383
/**
8484
* preQuery host

0 commit comments

Comments
 (0)