diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 7cb87abe30..b25ec2351b 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -665,6 +665,8 @@ class Runtime { NO_RETURN static void Aborter(const char* abort_message); + void AttachAgent(const std::string& agent_arg); + private: static void InitPlatformSignalHandlers(); |