-
Re: how to use os_activity api in swift
eskimo Sep 27, 2016 2:46 AM (in response to LaimonaS)AFAICT it’s not currently feasible to use the OS activity API from Swift (r. 17129226). This, along with the new OS logging API, presents some unique challenges to the Swift environment (macros, special string section, string coalescing, and so on). There’s been some progress on this front for OS logging — specifically, if you import the
os
module you can then calloslog(_:…)
(r. 17294150) — but this doesn’t yet extend to OS activity.Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: how to use os_activity api in swift
LaimonaS Oct 6, 2016 8:15 AM (in response to eskimo)I thank You Eskimo for answer on this topic.
I know that roadmaps and deadlines are things that Apple don't like to discuss.
But if there will be news regarding os_activity on swift, it would be nice if this topic would get updates.
Thank you!
-
Re: how to use os_activity api in swift
sjosephraj Jun 25, 2018 4:06 PM (in response to eskimo)Quinn,
We have iOS app and we want to disable to device log. We set the OS_ACTIVITY_MODE=Disable. But still, the logs show in the device. Is there a way to disable log be collect in the device?
-