上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

2019年10月8日

Android 中的安全增强型 Linux

摘要: https://source.android.com/security/selinux 阅读全文

posted @ 2019-10-08 15:18 huangguanyuan 阅读(110) 评论(0) 推荐(0) 编辑

使用 Batterystats 和 Battery Historian 分析电池用量

摘要: https://developer.android.com/studio/profile/battery-historian.html 阅读全文

posted @ 2019-10-08 11:54 huangguanyuan 阅读(214) 评论(0) 推荐(0) 编辑

Android vitals

摘要: https://developer.android.com/topic/performance/vitals/ 阅读全文

posted @ 2019-10-08 11:44 huangguanyuan 阅读(177) 评论(0) 推荐(0) 编辑

2019年9月17日

LiveVideoStack

摘要: https://blog.csdn.net/vn9PLgZvnPs1522s82g 阅读全文

posted @ 2019-09-17 19:15 huangguanyuan 阅读(321) 评论(0) 推荐(0) 编辑

2019年9月10日

Linux tar打包和split分割

摘要: 压缩命令主要用到tar打包和split分割,命令如下:tar czf - aaa | split -b 1024m - bbb.tar.gz_aaa可以是文件也可以是目录, 大小可以是b、k、m这3个单位。 解压是:cat xxx.tar.gz_* | tar zvxf -也可以先把包合起来再解压: 阅读全文

posted @ 2019-09-10 11:10 huangguanyuan 阅读(6558) 评论(0) 推荐(2) 编辑

2019年8月30日

Linux Performance Analysis and Tools(Linux性能分析和工具)

摘要: http://www.brendangregg.com/index.html 阅读全文

posted @ 2019-08-30 18:27 huangguanyuan 阅读(292) 评论(0) 推荐(0) 编辑

webrtc for iPhone编译

摘要: gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64" ios_enable_code_signing=false'ninja -C out/ios_64 AppRTCMobile 阅读全文

posted @ 2019-08-30 11:58 huangguanyuan 阅读(240) 评论(0) 推荐(0) 编辑

2019年8月29日

Power Savings on IEEE-802.11

摘要: https://wireless.wiki.kernel.org/en/developers/documentation/ieee80211/power-savings Go back –> IEEE-802.11 standards Power Savings on IEEE-802.11 IEE 阅读全文

posted @ 2019-08-29 18:19 huangguanyuan 阅读(401) 评论(0) 推荐(0) 编辑

2019年8月14日

tcpdump 抓包。

摘要: tcpdump -vv -i any -s 0 -w /var/log/dump.pcap 阅读全文

posted @ 2019-08-14 14:56 huangguanyuan 阅读(104) 评论(0) 推荐(0) 编辑

2019年8月6日

bluetooth

摘要: https://www.jianshu.com/p/7fcab74653d8 https://developer.android.com/guide/topics/connectivity/bluetooth.html?hl=zh-cn https://www.cnblogs.com/shaoboj 阅读全文

posted @ 2019-08-06 10:25 huangguanyuan 阅读(145) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

导航