crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.help/html/concepts/mc_file.htm
changeset 4 615035072f7e
parent 0 5ad7ad99af01
equal deleted inserted replaced
3:431bbaccaec8 4:615035072f7e
     5 <title>MobileCrash file and D_EXC file </title>
     5 <title>MobileCrash file and D_EXC file </title>
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
     6 <link href="../../book.css" type="text/css" rel="stylesheet">
     7 </head>
     7 </head>
     8 <body>
     8 <body>
     9 
     9 
    10 <h2>D_EXC file</h2>
    10 <h2>MobileCrash file and D_EXC file</h2>
       
    11 <p>There are two crash file formats, (MobileCrash file and D_EXC file):</p>
       
    12 
       
    13 <h5>MobileCrash file</h5>
       
    14 <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>
       
    15 
       
    16 <h5>D_EXC file</h5>
    11 <p>D_EXC file is a file which contains crash data. One crash contains two different files:</p>
    17 <p>D_EXC file is a file which contains crash data. One crash contains two different files:</p>
    12 <ul>
    18 <ul>
    13 <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>
    19 <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>
    14 <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>
    20 <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>
    15 </ul>
    21 </ul>
    17 <h5>Related concepts</h5>
    23 <h5>Related concepts</h5>
    18 <ul>
    24 <ul>
    19 <li><a href="../concepts/analysis_file.htm">Analysis file</a></li>
    25 <li><a href="../concepts/analysis_file.htm">Analysis file</a></li>
    20 </ul>
    26 </ul>
    21 
    27 
    22 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
    28 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
    23 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
    29 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
    24 </body>
    30 </body>
    25 </html>
    31 </html>