kProfilePlatformChannels top-level constant
bool
const kProfilePlatformChannels
Controls whether platform channel usage can be debugged in release mode.
See also:
- shouldProfilePlatformChannels, which checks both kProfilePlatformChannels and debugProfilePlatformChannels for the current run mode.
- debugProfilePlatformChannels, which determines whether platform channel usage can be debugged in non-release mode.
Implementation
const bool kProfilePlatformChannels = false;