diff options
author | Andrzej Telezynski <[email protected]> | 2011-08-25 00:45:07 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 15:22:20 +0200 |
commit | 7e2c8763c225dc16f98cc5746fa141b970a6aaf3 (patch) | |
tree | 0edf82aa3d89cdbb14a295c685c6ceccfefc55bd /lib/runtime_tools/src/runtime_tools.app.src | |
parent | 1924817788f381da1b8356e336d62f4687717ee4 (diff) | |
download | otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.gz otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.bz2 otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.zip |
Support for stopped and resumed tracing.
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r-- | lib/runtime_tools/src/runtime_tools.app.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src index e6dc7a21d4..095567b165 100644 --- a/lib/runtime_tools/src/runtime_tools.app.src +++ b/lib/runtime_tools/src/runtime_tools.app.src @@ -22,7 +22,8 @@ {modules, [dbg,observer_backend,percept_profile, inviso_rt,inviso_rt_lib,inviso_rt_meta, inviso_as_lib,inviso_autostart,inviso_autostart_server, - runtime_tools,runtime_tools_sup,erts_alloc_config]}, + runtime_tools,runtime_tools_sup,erts_alloc_config, + ttb_autostart]}, {registered, [runtime_tools_sup,inviso_rt,inviso_rt_meta]}, {applications, [kernel, stdlib]}, % {env, [{inviso_autostart_mod,your_own_autostart_module}]}, |