crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.help/html/concepts/mc_file.htm
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 20 Apr 2010 14:41:43 +0300
changeset 4 615035072f7e
parent 0 5ad7ad99af01
permissions -rw-r--r--
Crash Analyser Carbide extension v1.3

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>MobileCrash file and D_EXC file </title>
<link href="../../book.css" type="text/css" rel="stylesheet">
</head>
<body>

<h2>MobileCrash file and D_EXC file</h2>
<p>There are two crash file formats, (MobileCrash file and D_EXC file):</p>

<h5>MobileCrash file</h5>
<p>When the MobileCrash application is running on the target device, it produces a log file in a case of a panic or crash. The log file is stored in binary format to an MMC card root or to <i>C:\data</i> if no MMC card exists.</p>

<h5>D_EXC file</h5>
<p>D_EXC file is a file which contains crash data. One crash contains two different files:</p>
<ul>
<li><b>.TXT</b> file (mandatory). If you want to import the D_EXC file, you should specify this file in the Crash Analyser Import Wizard.</li>
<li><b>.STK</b> file (optional). If you want to import this file, ensure that you have stored this file in the same directory as the .TXT file.</li>
</ul>

<h5>Related concepts</h5>
<ul>
<li><a href="../concepts/analysis_file.htm">Analysis file</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>