Does anyone know if `enableTraceOSLog()` API (to e...
# compose-ios
a
Does anyone know if
enableTraceOSLog()
API (to enable iOS logging) can be called in any build type or it's intended to be used only in dev/debug/non-production builds?
a
Check out the functions that are working behind the log: os_log_create, os_signpost_interval_begin, os_signpost_interval_end. Generally speaking, there is no no much sense to use them for production builds.
👍 1