mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[ASLog] Add new ASProfilingSignpost defines for System Trace flags. (#2370)
* [Debugging / Profiling] Add kdebug_signpost calls to Range and DataController. * [ASLog] Add new ASProfilingSignpost defines for System Trace flags. * [ASLog] Improve kdebug_signpost logging: ASRunloopQueue and AsyncDisplay, and colors. See https://github.com/facebook/AsyncDisplayKit/pull/2370 for screenshots.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#import "ASLog.h"
|
||||
|
||||
// The C++ compiler mangles C function names. extern "C" { /* your C functions */ } prevents this.
|
||||
// You should wrap all C function prototypes declared in headers with ASDISPLAYNODE_EXTERN_C_BEGIN/END, even if
|
||||
// they are included only from .m (Objective-C) files. It's common for .m files to start using C++
|
||||
|
||||
Reference in New Issue
Block a user