Matthew Lee

Results 42 comments of Matthew Lee

Yeah, no problem😀 Matthew Lee 2015年1月17日 下午9:33于 "Alexander Adam" [email protected]写道: > Thank you for open sourcing your app. > > Would you mind to publish it on F-Droid > https://f-droid.org/repository/browse/?...

理论上可以捕获系统全局的异常。需要安装Xposed。 Matthew Lee 2015年9月15日 11:03,"韩加虎(碧海蓝天)" [email protected]写道: > 只能捕获本应用的异常?不能捕获其他应用的异常? > > — > Reply to this email directly or view it on GitHub > https://github.com/mthli/Cracker/issues/1.

Thank you :) As soon as I finish my [TODO](https://github.com/mthli/Knife#todo) list, I will submit this project to F-Droid.

我 pull 到本地先和 develop 分支合并了。取消 BulletSpan 再 undo 会 crash ;还有 QuoteSpan 的 redo/undo 有时会重复,有时则不会生效。我这边调整一下,再合并到 master 。

> > 流程图里:使用另一台服务器,请求相同的地址和相同的端口,获取回复 --> 公网IP是否改变 > > 这里有点疑惑,公网IP会发生改变吗?变的不应该是端口吗? 谢谢。 @ZJia1231 更新了 [STUN](https://webrtc.mthli.com/basic/ice-stun-turn/#stun) 章节和对应的流程图,可以再看看。

> 请问追踪调用栈是怎么实现的? 参见这篇文章 https://webrtc.mthli.com/basic/webrtc-breakpoint/

> 这些代码下载都需要梯子,楼主有没有内网可以下载和编译的源码库? @lamar-studio 没有。

> 非常感谢分享webrtc的学习内容, https://appr.tc 这个链接404了,能更新个吗? @alex-xuezhidong 现在 https://appr.tc 这个网站被 Google 停用了,需要自己本地搭建 [webrtc/apprtc](https://github.com/webrtc/apprtc) 服务,看起来有点麻烦,我研究一下先。

> 问一个初级问题,为什么只有Android和ios移动端编译?如果只想编译到linux服务器上并开发,要怎么做? @YoungKang1222 也可以在 Linux 服务器上编译和开发的,比如你看我文档里写的 [vagrant](https://learn.hashicorp.com/tutorials/vagrant/getting-started-index?in=vagrant/getting-started) 其实就是一个 Linux 环境(至于这个环境是虚拟机还是服务器,无所谓)。但是怎么只编译出 Linux 的编译产物就要你自己研究一下了。