Skip to content

Commit

Permalink
关闭debug log , 优化设置
Browse files Browse the repository at this point in the history
  • Loading branch information
大卫 committed Sep 16, 2017
1 parent 531ab7a commit cb9ac94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private void runVPN() throws Exception {
}
onIPPacketReceived(m_IPHeader, size);
}
Thread.sleep(100);
Thread.sleep(20);
}
in.close();
disconnectVPN();
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/vm/shadowsocks/core/ProxyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class ProxyConfig {
public static final ProxyConfig Instance = new ProxyConfig();
public final static boolean IS_DEBUG = true;
public final static boolean IS_DEBUG = false;
public static String AppInstallID;
public static String AppVersion;
public final static int FAKE_NETWORK_MASK = CommonMethods.ipStringToInt("255.255.0.0");
Expand Down
10 changes: 6 additions & 4 deletions app/src/main/res/raw/config

Large diffs are not rendered by default.

0 comments on commit cb9ac94

Please sign in to comment.