|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html> |
|
3 <head> |
|
4 <title>General settings</title> |
|
5 <link href="../../book.css" type="text/css" rel="stylesheet"></head> |
|
6 <body> |
|
7 |
|
8 <h2>General settings</h2> |
|
9 <p>These preferences can be accessed from: <b>Window > Preferences > Carbide Extensions > TraceViewer</b>.</p> |
|
10 <p></p> |
|
11 <table border="1" cellspacing="1" cellpadding="2"> |
|
12 <colgroup> |
|
13 <col> |
|
14 <col> |
|
15 </colgroup> |
|
16 <tbody> |
|
17 <tr> |
|
18 <td><b>General settings</b></td> |
|
19 <td><ul> |
|
20 <li>You can select whether there should be a number of milliseconds after |
|
21 the previous traces after the timestamp of the current traces. If selected, |
|
22 the amount of milliseconds from the previous trace is shown in brackets [ |
|
23 ] after the normal timestamp.</li> |
|
24 <li>You can select if component and group names are shown before the trace text, if |
|
25 those are available. </li> |
|
26 <li>You can also view the class and function name before the trace text, if |
|
27 those are available. </li> |
|
28 <li>It's possible to select if changed Dictionaries are automatically reloaded.</li> |
|
29 <li>You can select if you want BTrace variables to be shown after the trace text in OST traces. These contain possible CPU ID and Thread ID.</li> |
|
30 </ul></td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><b>Timestamp accuracy</b></td> |
|
34 <td><ul> |
|
35 <li>Timestamp accuracy can be shown in milliseconds or microseconds. </li> |
|
36 </ul></td> |
|
37 </tr> |
|
38 <tr> |
|
39 <td><b>Displaying undecoded traces</b></td> |
|
40 <td><p>You can choose how undecoded traces are shown in the TraceViewer view. |
|
41 Choices are:</p><ul> |
|
42 <li><b>“BINARY TRACE” text</b>: displays a text indicating that |
|
43 the trace is binary and the decode file may not be loaded.</li> |
|
44 <li><b>HEX</b>: traces received are shown as a hexadecimal string. Each byte |
|
45 is converted into a hex string and bytes are separated by spaces.</li> |
|
46 <li><b>Identification numbers and data</b>: TraceViewer will display component, |
|
47 group and trace ID of the received trace. Also the data contained in the trace |
|
48 is displayed as a hex string.</li> |
|
49 </ul></td> |
|
50 </tr> |
|
51 </tbody> |
|
52 </table> |
|
53 |
|
54 <div id="footer">Copyright © 2007-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
55 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div> |
|
56 </body> |
|
57 </html> |