3

我使用 TestFairy 已经有一段时间了,突然它开始减慢应用程序的启动速度。

当 testFairy 在以下位置初始化时出现此错误appdelegate

*** error reading settings archive file: <ISRootSettings: /Users/Zakaria/Library/Developer/CoreSimulator/Devices/17557909-146C-4075-926F-D9BFD334E120/data/Containers/Data/Application/AA791370-AED4-4CA6-A166-E984A379CAB2/Documents/{app_bundle}/ISRootSettings_10.plist> 

接着:

TestFairy: Initializing SDK version 1.7.8 
TestFairy: Session started successfully
TestFairy is no longer the default crash handler

顺便说一句,它不再记录崩溃报告:(

4

1 回答 1

0

TestFairy is no longer the default crash handler仅当另一个崩溃处理程序是默认值时才会显示该消息。Crashlytics 和 HockeyApp 崩溃处理程序不会将调用传递给链中的下一个,因此如果在 TestFairy 之后初始化它们,它们将捕获异常而不继续传递。

关于延迟。你有更多信息吗?比如,现在突然有多慢?(以毫秒为单位)。

于 2016-08-19T18:21:12.803 回答