Posts

Post not yet marked as solved
0 Replies
243 Views
We are looking for a complete solution of do performance tracing. One key point is to be able to run the perf trace in production environment. We have been using os_signpost in our app. We know how to use xctrace to record a perf report in our dev environment. We need a way run the perf trace on customer end. However, asking a customer to install a 10GB+ xcode is not practical. My 2 questions are: Is there a standalone version of Instruments or a command line tool that is small enough to download and run on customer mac to do the os_signpost tracing? If there is no such tool, is it possible to use some sort of APIs to create a such tool myself? Regards Liam
Posted
by keefo.
Last updated
.
Post marked as solved
1 Replies
319 Views
To use the Endpoint Security framework, Apple provides a demo to build a system extension registered as an es client. During my testing, I noticed that creating es client in a daemon service is also works. Besides the protection that we get from the system extension subsystem, are there any other reasons that we should void using es in a daemon service?
Posted
by keefo.
Last updated
.