trace/traceviewer/com.nokia.traceviewer.help/html/concepts/decode_file.htm
changeset 11 5b9d4d8641ce
equal deleted inserted replaced
10:ed1c9f64298a 11:5b9d4d8641ce
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
       
     5 <title>Dictionary file and trace activation</title>
       
     6 <link href="../../book.css" type="text/css" rel="stylesheet"></head>
       
     7 <body>
       
     8 
       
     9 <h2>Dictionary file and trace activation</h2>
       
    10 <p>Trace activation is a way of generating specific trace data that is 
       
    11 relevant for your components. This reduces the amount of traces listed 
       
    12 on the TraceViewer user interface.</p>
       
    13 <p>All the traces that come from various components on the device are
       
    14 first passed onto a trace handler, called TraceCore. TraceCore then determines
       
    15 which traces should be handed over to the PC and which ones should not. TraceCore
       
    16 only passes on those traces that have been activated and ignores the rest. 
       
    17 </p>
       
    18 <p>To activate and deactivate traces that are in the Open System Trace
       
    19 (OST) format, you must first define the used <i>Dictionary file</i>. </p>
       
    20 <p>Dictionary files are XML files that are usually available in your development
       
    21 environment. They are automatically re-generated every time Trace Compiler
       
    22 is run. This usually happens when you compile a component that contains Open
       
    23 System Trace (OST) traces. Dictionary files can normally be found from the <i>
       
    24 \epoc32\ost_dictionaries</i> directory under your Software Development Kit
       
    25 (SDK).</p>
       
    26 
       
    27 <h5>Related tasks</h5>
       
    28 <ul>
       
    29 	<li><a href="../tasks/traceactivation.htm">Activating traces</a></li>
       
    30 	<li><a href="../tasks/decoding_traces.htm">Decoding binary traces with a Dictionary file</a></li>
       
    31 </ul>
       
    32 
       
    33 <h5>Related concepts</h5>
       
    34 <ul>
       
    35 	<li><a href="trace_format.htm">Trace formats</a></li>
       
    36 </ul>
       
    37 
       
    38 <div id="footer">Copyright &copy; 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
       
    39 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
       
    40 </body>
       
    41 </html>