trace/tracebuilder/com.nokia.tracebuilder.help/html/tasks/converting.htm
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 24 Aug 2010 14:01:48 +0300
changeset 16 72f198be1c1d
parent 10 ed1c9f64298a
permissions -rw-r--r--
Crash Analyser Carbide Extension 1.4.0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Converting printf traces to OST traces</title>
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
<body>

<h2>Converting printf traces to OST traces</h2>
<p>To convert your existing <code>Printf</code> traces to Open System Traces (OST), 
do the following: </p>
<ol>
	<li>Go to <b>Window > Preferences > Carbide Extensions > TraceBuilder</b> to
		enable the <b>Printf Parser Support</b> option.</li>
	<li>Open a source file that contains the <code>Printf</code> traces. <p>You
		should find <code>Printf</code> traces listed in the Trace Builder tree view,
		as shown in the example: </p><p><img src="images/converttrace.png"></p></li>
	<li>On the tree view, right-click the trace and select <b>Convert to Open
		System Trace</b>.</li>
	<li>From the <b>Trace Group</b> list, select a group for your trace, or define
		a new one by typing its name into the field. </li>
	<li>Type in a name for your trace. </li>
	<li>Type the trace text you want to display in the TraceViewer tool. </li>
	<li>(Optional) From the <b>Template</b> list, select a pre-defined template
		for your trace. </li>
	<li>Click <b>OK</b>.</li>
</ol>

<h5>Related concepts</h5>
<ul>
	<li><a href="../concepts/trace_format.htm">Open System Trace (OST)</a></li>
</ul>

<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
</body>
</html>