1 Star 0 Fork 30

huangjunjie/chromium_third_party_skia

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
CrashHandler.h 385 Bytes
Copy Edit Raw Blame History
李想 authored 2023-11-30 17:12 +08:00 . chromium 114 source init
#ifndef CrashHandler_DEFINED
#define CrashHandler_DEFINED
// If possible (and not already done), and SK_CRASH_HANDLER is defined,
// register a handler for a stack trace when we crash.
//
// Currently this works on Linux and Mac and Windows.
// On Linux, our output is garbage compared to catchsegv. Use catchsegv if possible.
void SetupCrashHandler();
#endif//CrashHandler_DEFINED
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangjunjie31/chromium_third_party_skia.git
git@gitee.com:huangjunjie31/chromium_third_party_skia.git
huangjunjie31
chromium_third_party_skia
chromium_third_party_skia
114_trunk

Search