当前位置:   article > 正文

Unity的IOS PlayerSettings的设置说明(二)_unity ios crash report

unity ios crash report

Debugging and Crash Reporting
Enable Internal Profiler:开启一个内部的Profiler,将收集到的性能信息打印到控制台,这个功能已经不建议使用了
On .Net UnhandledException:分为Crash和Silent Exit,分别指.net出现异常后生成Crash Reporter报告上报给苹果和出现异常时什么也不错,直接忽略
Log ObjC uncaught exceptions:些值到应的是Xcode工程中CrashReport.h中的ENABLE_OBJC_UNCAUGHT_EXCEPTION_HANDLER宏定义,如果此值是1,则开启对CrashReporter.mm中的InitObjCUEHandler方法的调用
static void InitObjCUEHandler()
{
// Crash reporter sets its own handler, so we have to save it and call it manually
gsCrashReporterUEHandler = NSGetUncaughtExceptionHandler();
NSSetUncaughtExceptionHandler(&UncaughtExceptionHandler);
}
Enable Crash Report API: 通过CrashReport API 捕捉 Crash
这几种Debug和Crash报告的方法可以灵活运用,更好的帮助定位bug.
Other Settings
渲染相关:
Color Space:是指选择颜色空间

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/article/detail/48322?site
推荐阅读
相关标签
  

闽ICP备14008679号