featuretower / GYMonitor

A collection of code for profiling iOS app, such as monitoring FPS.
MIT License
329 stars 72 forks source link

target has transitive dependencies that include static binaries: Pods/PLCrashReporter/iOS Framework/CrashReporter.framework) #3

Open jacobjiangwei opened 7 years ago

jacobjiangwei commented 7 years ago

我们有用crittercism, bugsee, appdynamic,

没法直接使用PL这个crash report鼻祖

问题是:

可以只监控FPS,模拟器打印堆栈,不使用dSYM文件,也不使用PLCrashReporter吗?

jacobjiangwei commented 7 years ago

never mind, 突然意识到我们自己的工具一样可以打印出来crash栈,我只需要在generateLiveReport的时候改成主动crash一下即可。PLCrashReporter模拟了一下SIGABRT来生成栈,并且keep了那个exception, nice but not necessary