You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The os_signpost APIs introduced in iOS 12 allow us to provide more visibility into the internals of the library. I built a prototype of this (see stromberg/os_signpost branch), but it needs to be cleaned up before getting reviewed.
The text was updated successfully, but these errors were encountered:
Ugh. Creating a wrapper for os_signpost is problematic due to the variadic arguments and the lack of a function that takes va_list: https://stackoverflow.com/a/50942917 🤦
The
os_signpost
APIs introduced in iOS 12 allow us to provide more visibility into the internals of the library. I built a prototype of this (seestromberg/os_signpost
branch), but it needs to be cleaned up before getting reviewed.The text was updated successfully, but these errors were encountered: