We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrafficInfo.java中,rcvTraffic = TrafficStats.getUidRxBytes(Integer.parseInt(uid));又去调用rcvTraffic = Long.parseLong(rafRcv.readLine()),那前面调用是不是没意义。
The text was updated successfully, but these errors were encountered:
这个是我们的疏忽,上个版本修改为用API获取流量后,之前的代码忘记删除了。 使用官方API即可:getUidRxBytes
Sorry, something went wrong.
a24e18d
andrewleo
No branches or pull requests
TrafficInfo.java中,rcvTraffic = TrafficStats.getUidRxBytes(Integer.parseInt(uid));又去调用rcvTraffic = Long.parseLong(rafRcv.readLine()),那前面调用是不是没意义。
The text was updated successfully, but these errors were encountered: