KagayamaKaede / ShadowsocksRDroid

A ShadowsocksR client for Android4.0+.Compatible Shadowsocks protocol and support some ShadowsocksR function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/src/main/jni/shadowsocksr-libev/src/android.c, have errors.

MissJohn opened this issue · comments

65 line:
const char path[] = "/data/data/com.github.shadowsocks/protect_path"===>
const char path[] = "/data/data/com.proxy.shadowsocksr/protect_path"

112 line:
const char path[] = "/data/data/com.github.shadowsocks/stat_path" ====>
const char path[] = "/data/data/com.proxy.shadowsocksr/stat_path"

/data/data/com.github.shadowsocks/ not exit ,right?