Skip to content

Commit cb9ac94

Browse files
author
大卫
committed
关闭debug log , 优化设置
1 parent 531ab7a commit cb9ac94

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

app/src/main/java/com/vm/shadowsocks/core/LocalVpnService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ private void runVPN() throws Exception {
246246
}
247247
onIPPacketReceived(m_IPHeader, size);
248248
}
249-
Thread.sleep(100);
249+
Thread.sleep(20);
250250
}
251251
in.close();
252252
disconnectVPN();

app/src/main/java/com/vm/shadowsocks/core/ProxyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
public class ProxyConfig {
3131
public static final ProxyConfig Instance = new ProxyConfig();
32-
public final static boolean IS_DEBUG = true;
32+
public final static boolean IS_DEBUG = false;
3333
public static String AppInstallID;
3434
public static String AppVersion;
3535
public final static int FAKE_NETWORK_MASK = CommonMethods.ipStringToInt("255.255.0.0");

app/src/main/res/raw/config

Lines changed: 6 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)