LDNetDiagnoService_Android
LDNetDiagnoService_Android copied to clipboard
Android平台利用ping和traceroute的原理,对指定域名(通常为后台API的提供域名)进行网络诊断,并收集诊断日志
可否提供一下开源组件license,感谢
arm64-v8a之类的都没有
if(timeoutTTL >= 3)这个判断可以去掉,因为确实存在这种情况,但是去掉以后后面的就全是超时了。但是腾讯云就不超时。 比如我们公司的域名i.xueersi.com
traceroute输出是1:********** 2:bogon 254.509ms 3:********* 4:********* 这是什么问题?
为什么出现这个错误呢
`tracepath.c` 中重载了 _printf_,但在某些情况下,该函数不会被调用,例如 `printf("\n")` 这似乎和 _GCC_ 与 _LLVM_ 对 _printf_ 的优化有关 http://www.ciselant.de/projects/gcc_printf/gcc_printf.html https://groups.google.com/forum/#!topic/llvm-dev/slE2q7yoN-4 https://gcc.gnu.org/ml/gcc-help/2009-10/msg00362.html