Compare commits

...

1 Commits

Author SHA1 Message Date
Marcos Slomp
9410e633d5 note about iOS devices 2026-05-05 10:19:16 -07:00

View File

@@ -207,6 +207,8 @@ bool SysTraceStart( int64_t& samplingPeriod )
// (technically, since this is a software-based user-mode sampling, elevated
// privileges are unnecessary, but doing so keeps the behavior consistent with
// the system tracing in other platforms)
// NOTE/TODO: as is, iOS devices will never be able to run this system tracing
// because iOS apps can never have an uid of 0...
if( geteuid() != 0 ) return false;
auto& systrace = SysTraceApple::Get();