Closed aalexela closed 4 years ago
adb
to obtain the logadb logcat Trojan-TUN-lwIP:D TrojanConfig:D Trojan:D trojan:D igniter:D Clash:D ClashConfig:D Go:D GoLog:D VPN:D VpnService:D libc:D DEBUG:D *:S
i'm not very experienced on that, very appreciated for your help!
I cannot find any relevant information from your logcat.
The crash seemed to be occurred while calling VpnService.prepare(Context)
, which requires remote call to system process. Noticed the log failed to waitpid in double fork: No child processes
, I suspect that the crash was caused by the system.
How does Shadowsocks work in your phone? Does it crash?
Shadowsocks works just fine ..... I am also very confused.
I got logcat from Samsung phone user, might be a permission issue
I got logcat from Samsung phone user, might be a permission issue
The permission android.permission.INTERACT_ACROSS_USERS
is only granted to system apps. I think the exception is thrown by the system service when Igniter calling VpnService.prepare(Context)
. The exception is thrown by the remote service we called, and that service lacks of the permission.
Check Here
Check Here
Good catch
Tried on newly Galaxy Note 20Ultra, and Galaxy Fold @latest China ROM, always crash when hit "Connect".
I have been using Igniter for half a year on multiple Samsung device, including that Galaxy Fold, without any problem.
I used ADB to get log, it says sth like "non knox vpn" and then crash.
Anyone here has seen the same issue? and how may I solve it?
Thanks