Mingyang

Results 9 comments of Mingyang

你好,我找时间解决一下这个问题,谢谢支持。 潘名扬 在 2018年10月12日,02:35,qwertyuiop 写道: [image] 你好,在某些情况下,启动 App 会崩溃在这里,暂时没有找到好的解决办法 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub,...

我看了下你贴的 Stack Overflow,那个问题我遇到过,那个不会崩溃,只是会自动断点在一些字体的代码上,所以可能跟你遇到的崩溃无关。 你有没有试试不用 VCProfiler 的情况?不用的话会崩溃吗? 我看了下,信息太少了,无法确定原因。

如果不用 VCProfiler 会崩溃吗?

@Rockybo 当然有检测任意方法调用时间的方案,而且有不少,但是要依据你具体的场景来选择。 如果是要检测所有方法的耗时,可以 hook msg_send 方法; 如果是要检测个别方法的调用时间,那可以直接 swizzle 那个方法,这样就能知道它的耗时。我写过一个库,可以读取一个方法列表,然后检测列表中的方法的耗时。可以参考这种实现方式。 此外,如果是调试的时候,想精确检测任意区间的耗时,还可以通过 Instrument 去检测,需要在项目中添加打点的代码即可。这个方法很精确,还可以检测多段区间的耗时。

Today I also come across this issue. I use the --library, and It just leave me a *.a and a wrong *.podspec without header file. I think it should give...

可能在这个 PR 里被修复了:https://github.com/vitoziv/VIMediaCache/pull/85

应该在这个 PR 里被修复了: https://github.com/vitoziv/VIMediaCache/pull/85

Hi, Abraham. I would like to answer your last question. > It would be great to be able to use MTHawkeye at runtime. You are right. We know it's useful...