Commit 17eaf25b authored by Max Lv's avatar Max Lv

disable fake proc name

parent f4b171a3
...@@ -330,9 +330,9 @@ class ShadowsocksVpnService extends VpnService with BaseService { ...@@ -330,9 +330,9 @@ class ShadowsocksVpnService extends VpnService with BaseService {
else else
cmd += " --dnsgw %s:8153".formatLocal(Locale.ENGLISH, PRIVATE_VLAN.formatLocal(Locale.ENGLISH, "1")) cmd += " --dnsgw %s:8153".formatLocal(Locale.ENGLISH, PRIVATE_VLAN.formatLocal(Locale.ENGLISH, "1"))
if (Utils.isLollipopOrAbove) { // if (Utils.isLollipopOrAbove) {
cmd += " --fake-proc" // cmd += " --fake-proc"
} // }
if (BuildConfig.DEBUG) Log.d(TAG, cmd) if (BuildConfig.DEBUG) Log.d(TAG, cmd)
......
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