Method

GumStalkerunfollow

Declaration [src]

void
gum_stalker_unfollow (
  GumStalker* self,
  GumThreadId thread_id
)

Description [src]

Stops tracing the thread identified by thread_id. The thread resumes running its original, uninstrumented code.

Parameters

thread_id

Type: GumThreadId

ID of the thread to stop tracing.