We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a214ed commit e937907Copy full SHA for e937907
1 file changed
public/client/apple/TracyMach.cpp
@@ -207,6 +207,8 @@ bool SysTraceStart( int64_t& samplingPeriod )
207
// (technically, since this is a software-based user-mode sampling, elevated
208
// privileges are unnecessary, but doing so keeps the behavior consistent with
209
// the system tracing in other platforms)
210
+ // NOTE/TODO: as is, iOS devices will never be able to run this system tracing
211
+ // because iOS apps can never have an uid of 0...
212
if( geteuid() != 0 ) return false;
213
214
auto& systrace = SysTraceApple::Get();
0 commit comments