eycorsican / kitsunebi-android

A fully-featured V2Ray client for Android.
MIT License
1.76k stars 315 forks source link

启动endpoint group时,NPE crash #111

Open loachintoufu opened 4 years ago

loachintoufu commented 4 years ago

你正在使用哪个版本?

1.8.0

使用最新版本是否还遇到同样的问题?

你的手机型号和手机操作系统版本是多少?

Samsung Galaxy S9+ Android Pie

你遇到了什么问题?

启动endpoint group时crash

你遇到的问题可以用固定步骤重现吗?

复现步骤:

  1. 订阅链接
  2. 创建endpoint group
  3. 更新订阅,当订阅中某节点消失,并且之前已经添加到group中,启动group时会NPE

你正使用的配置


<!-- 请把你的配置文件复制至此 (建议把服务器和用户信息去掉) -->

[RoutingRule]
# All requests go through the proxy.
FINAL, Proxy

[RoutingDomainStrategy]
AsIs

[FreedomDomainStrategy]
AsIs

[LocalPolicy]
bufferSize = 4096
connIdle = 300
downlinkOnly = 0
handshake = 4
uplinkOnly = 0

[DnsServer]

[DnsRule]

[DnsHost]

[DnsClientIp]

[Log]
loglevel = none

[PerAppVpn]

[PerAppMode]

[PerAppAllow]

[PerAppDisallow]