Join Slack
Communities
Powered by
Does anyone know if `enableTraceOSLog()` API (to e...
# compose-ios
a
Armond Avanes
04/28/2025, 1:06 AM
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
Andrei Salavei
04/29/2025, 6:46 AM
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
2
Views
Open in Slack
Previous
Next