commit | d1b699368466f3da5811bec021bec03fe5578ab2 | [log] [tgz] |
---|---|---|
author | zhengyu.zhan <zhengyu.zhan@mediatek.com> | Mon May 23 09:54:01 2022 +0800 |
committer | Lili Lin <lili.lin@mediatek.com> | Tue Jul 19 17:18:26 2022 +0800 |
tree | 840c3a5c4dc2035a2da412adefad561c1d05c3b6 | |
parent | 79b38b491c6b4302e64a5160325a54302a6b4850 [diff] |
Fix tethering WTF issue When enable/disable tethering quickly, tethering may have stopped when Ipserver start creatFd(). As tethering iface is down due to tethering stopped, creatFd() will throw ErrnoException: bind failed: ENODEV (No such device). When tethering is stopped, this exception is normal, should not rise WTF. Bug: 233587050 Test: manual test Change-Id: I2e200313d1bec2c1e1245e779f3875397127160d