1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> |
5 <title>Release Notes</title> |
5 <title>Release Notes</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 |
8 <body> |
9 <body> |
|
10 <h2>Release note</h2> |
9 |
11 |
10 <h2>Release note</h2> |
12 <h4>Crash Analyser – Version 1.3.0</h4> |
11 <h4>Crash Analyser – Version 1.2.0</h4> |
13 |
12 <p>Released 20th November 2009</p> |
14 <p>Released 30th March 2010</p> |
13 <ul> |
15 <ul> |
14 <li><a href="#description">Product description</a></li> |
16 <li><a href="#description">Product description</a></li> |
15 <li><a href="#features">Main features</a></li> |
17 <li><a href="#features">Main features</a></li> |
16 <li><a href="#newfeatures">What's new</a></li> |
18 <li><a href="#newfeatures">What's new</a></li> |
17 <li><a href="#installation">Installation notes</a></li> |
19 <li><a href="#installation">Installation notes</a></li> |
18 <li><a href="#requirements">System requirements</a></li> |
20 <li><a href="#requirements">System requirements</a></li> |
19 <li><a href="#compissues">Compatibility issues</a></li> |
21 <li><a href="#compissues">Compatibility issues</a></li> |
20 <li><a href="#issues">Known issues</a></li> |
22 <li><a href="#issues">Known issues</a></li> |
21 </ul> |
23 </ul> |
22 |
24 |
23 <h3><a name="description"></a>Product Description:</h3> |
25 <h3><a name="description"></a>Product Description:</h3> |
24 <p>The Crash Analyser Carbide.c++ Extension is a tool for decoding different types of crash files from binary to readable format and analysing crash/panic situations. Crash Analyser provides an error library containing most of the Symbian OS error codes and panic descriptions.</p> |
26 |
25 <p>You can activate the Crash Analyser by selecting <b>Carbide > Crash Analyser</b>.</p> |
27 <p>The Crash Analyser Carbide.c++ Extension is a tool for decoding different |
|
28 types of crash files from binary to readable format and analysing crash/panic |
|
29 situations. Crash Analyser provides an error library containing most of the |
|
30 Symbian OS error codes and panic descriptions.</p> |
|
31 |
|
32 <p>You can activate the Crash Analyser by selecting <b>Carbide > Crash |
|
33 Analyser</b>.</p> |
26 |
34 |
27 <h3><a name="features"></a>Main features</h3> |
35 <h3><a name="features"></a>Main features</h3> |
28 <ul> |
36 <ul> |
29 <li>Decode MobileCrash and D_EXC files from binary to readable format.</li> |
37 <li>Decode MobileCrash and D_EXC files from binary to readable format.</li> |
30 <li>UI visualisation for decoding files (CrashVisualiser).</li> |
38 <li>UI visualization for decoding files (CrashVisualiser).</li> |
31 <li>Possibility to create HTML reports about a crash.</li> |
39 <li>Possibility to create HTML reports about a crash.</li> |
32 <li>Open crash related source files from the UI.</li> |
40 <li>Open crash related source files from the UI.</li> |
33 <li>Pick up MobileCrash files via TraceViewer Carbide.c++ Extension.</li> |
41 <li>Pick up MobileCrash files via TraceViewer Carbide.c++ Extension.</li> |
34 <li>Error library containing Symbian OS error codes and panic descriptions.</li> |
42 <li>Error library containing Symbian OS error codes and panic |
|
43 descriptions.</li> |
35 </ul> |
44 </ul> |
36 |
45 |
37 <h3><a name="newfeatures"></a>What's new</h3> |
46 <h3><a name="newfeatures"></a>What's new</h3> |
38 <ul> |
47 <ul> |
39 <li>Change: Drag & Drop support.</li> |
48 <li>Feature: Shows production mode and crash source.</li> |
40 <li>Change: Possibility to read crash files directly from the device via PC Suite connection.</li> |
49 <li>Feature: Shows OST trace information and it is possible to insert OST |
41 <li>Change: Support for ELF core dump files.</li> |
50 dictionaries to decoding process.</li> |
42 <li>Change: Support for multiple processes.</li> |
51 <li>Feature: Added preferences button to main view.</li> |
43 <li>Fix: Bug fixes & UI improvements</li> |
52 <li>Feature: Defect hash information is shown.</li> |
|
53 <li>Feature: If there are multiple threads in the crash, those are shown as |
|
54 tree view in the main view.</li> |
|
55 <li>Change: Improved UI, more tabs added.</li> |
|
56 <li>Fix: Bug fixes.</li> |
44 </ul> |
57 </ul> |
45 |
58 |
46 <h3><a name="installation"></a>Installation notes</h3> |
59 <h3><a name="installation"></a>Installation notes</h3> |
47 <ul> |
60 <ul> |
48 <li>N/A</li> |
61 <li>N/A</li> |
49 </ul> |
62 </ul> |
50 |
63 |
51 <h3><a name="requirements"></a>System requirements</h3> |
64 <h3><a name="requirements"></a>System requirements</h3> |
|
65 |
52 <p>Basic Requirements:</p> |
66 <p>Basic Requirements:</p> |
53 <ul> |
67 <ul> |
54 <li>Windows 2000 or Windows XP</li> |
68 <li>Windows 2000 or Windows XP</li> |
55 <li>.NET Framework v2.0.50727 or newer</li> |
69 <li>.NET Framework v2.0.50727 or newer</li> |
56 </ul> |
70 </ul> |
|
71 |
57 <p>Additional Requirements:</p> |
72 <p>Additional Requirements:</p> |
58 <ul> |
73 <ul> |
59 <li>TraceViewer Carbide.c++ Extension</li> |
74 <li>TraceViewer Carbide.c++ Extension</li> |
60 </ul> |
75 </ul> |
61 |
76 |
62 <h3><a name="compissues"></a>Compatibility issues</h3> |
77 <h3><a name="compissues"></a>Compatibility issues</h3> |
63 <ul> |
78 <ul> |
64 <li>N/A</li> |
79 <li>N/A</li> |
65 </ul> |
80 </ul> |
66 |
81 |
67 <h3><a name="issues"></a>Known issues</h3> |
82 <h3><a name="issues"></a>Known issues</h3> |
68 <ul> |
83 <ul> |
69 <li>GCCE map files are not supported. Only RVCT map files are supported.</li> |
84 <li>GCCE map files are not supported. Only RVCT map files are supported.</li> |
70 </ul> |
85 </ul> |
71 |
86 |
72 <h3>Version history</h3> |
87 <h3>Version history</h3> |
|
88 |
73 <h5>Version 1.1.0 – 1st October 2009</h5> |
89 <h5>Version 1.1.0 – 1st October 2009</h5> |
74 <ul> |
90 <ul> |
75 <li>Change: Drag & Drop support.</li> |
91 <li>Change: Drag & Drop support.</li> |
76 <li>Change: Possibility to read crash files directly from the device via PC Suite connection.</li> |
92 <li>Change: Possibility to read crash files directly from the device via PC |
77 <li>Change: Faster and more stable decoding engine.</li> |
93 Suite connection.</li> |
78 <li>Fix: Bug fixes & UI improvements.</li> |
94 <li>Change: Faster and more stable decoding engine.</li> |
|
95 <li>Fix: Bug fixes & UI improvements.</li> |
79 </ul> |
96 </ul> |
80 |
97 |
81 <h5>Version 1.0.0 – 7th Janury 2009</h5> |
98 <h5>Version 1.0.0 – 7th January 2009</h5> |
|
99 |
82 <p>The first version.</p> |
100 <p>The first version.</p> |
83 |
101 |
84 <div id="footer"> |
102 <div id="footer"> |
85 Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).<br> |
103 Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies).<br> |
86 All rights reserved. <br> |
104 All rights reserved. <br> |
87 This component and the accompanying materials are made available <br> |
105 This component and the accompanying materials are made available <br> |
88 under the terms of "Eclipse Public License v1.0" <br> |
106 under the terms of "Eclipse Public License v1.0" <br> |
89 which accompanies this distribution and is available <br> |
107 which accompanies this distribution and is available <br> |
90 at the URL <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. |
108 at the URL <a |
91 <br><br> |
109 href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. |
|
110 <br> |
|
111 <br> |
92 Initial Contributors:<br> |
112 Initial Contributors:<br> |
93 Nokia Corporation - initial contribution |
113 Nokia Corporation - initial contribution <br> |
94 <br><br> |
114 <br> |
95 Contributors:<br> |
115 Contributors:<br> |
96 Description: |
116 Description: </div> |
97 |
|
98 </div> |
|
99 </body> |
117 </body> |
100 </html> |
118 </html> |