iqiyi / xCrash

🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Other
3.7k stars 615 forks source link

xCrash是不是不兼容老的相同信号注册处理函数 #82

Open zhuozp opened 3 years ago

zhuozp commented 3 years ago

看源码的话好像处理注册了相关信号的处理函数也没有继续传递老的处理函数,但是如果一个工程里面同时也有其他native库捕获注册了相关信号,感觉因为信号只能注册一次处理函数而导致其他库的处理函数没有得到响应。

seecaoxing commented 3 years ago

xc_trace_send_sigquit()函数不就把信号重新抛出来了么