diff -r 7fdc9a71d314 -r 8ad140f3dd41 analyzetool/group/ReleaseNotes_AnalyzeTool.txt --- a/analyzetool/group/ReleaseNotes_AnalyzeTool.txt Wed Sep 15 13:53:27 2010 +0300 +++ b/analyzetool/group/ReleaseNotes_AnalyzeTool.txt Wed Oct 13 16:17:58 2010 +0300 @@ -1,7 +1,7 @@ =============================================================================== -RELEASE NOTES - ANALYZETOOL v1.10.0 -RELEASED 2nd July 2010 +RELEASE NOTES - ANALYZETOOL v1.9.1 +RELEASED 29th April 2010 SUPPORTS SYMBIAN^1+ @@ -20,14 +20,14 @@ =============================================================================== - -What's New in v1.10.0 +What's New in v1.9.1 ==================== - -- Change: Storage server was removed -- Change: New trace format -- Change: Logging to binary file added -- Change: Capture of reallocations implemented +- Change: Removed Avkon and Console UI's to simplify the maintenance of the + tool +- Change: Middleware layer dependencies removed so AnalyzeTool can be now used + also in OS layer builds +- Fix: Move all binaries to ROM instead of ROFS to avoid ROM build + dependencies issues in hooked components =============================================================================== @@ -85,12 +85,18 @@ ============= - Kernel analysis are not supported. +- When using monitored internal data gathering mode (-mi) and hooked + application contains huge amounts of allocations AnalyzeTool? storageserver + might run out of memory to store the data. This message "Symbian error code + -4" is seen when analyzing the data file with atool.exe. Solution is to use + external / monitored external data gathering mode. + - Switch allocator. AnalyzeTool change the application memory allocator to AnalyzeTool own memory allocator and using the User::SwitchAllocator function can lead to situation where the tested application does not work properly. - AnalyzeTool hooked QT applications becomes too slow to run. Use small size - call stack(s) and new logging mode (external -tr). + call stack(s) and new logging mode (external -e). - Stif test case with AnalyzeTool can inform wrong memory leak alert. @@ -110,17 +116,6 @@ Version History: ================ -Version 1.9.1 - 29th April 2010 -============================== -- Change: Removed Avkon and Console UI's to simplify the maintenance of the - tool -- Change: Middleware layer dependencies removed so AnalyzeTool can be now used - also in OS layer builds -- Fix: Move all binaries to ROM instead of ROFS to avoid ROM build - dependencies issues in hooked components - -=============================================================================== - Version 1.9.0 - 8th April 2010 ============================== - Feature: Remove false positive memory leaks with better handling of global