wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
4.91k stars 388 forks source link

【fix】修复安卓端获取应用列表可能不成功的场景 #160

Closed caofengbin closed 2 months ago

caofengbin commented 2 months ago

安卓手机上如果安装了一个没有设置versionName的应用,可能导致获取应用列表操作crash。

运行表现:

image

debug过程错误堆栈:

crash null_version_name

查询有类似的issue反馈:https://github.com/wanghongenpin/network_proxy_flutter/issues/151 可能是同一个原因导致。

wanghongenpin commented 2 months ago

好的,多谢