Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Overhaul AJDT EventTrace facilities (bug 136132)

By reading this one I got scared by the one in my version :-) (1.3.1). Is it possible to push these changes in a 1.3.1 version?

./alex
--
.w( the_mindstorm )p.

#: Matt Chapman changed the world a bit at a time by saying (astral date: 4/13/2006 4:31 PM) :#
The AJDT Event Trace view is used by developers and experienced users
to help narrow down and diagnose problems. However, the old
implementation has performance and memory usage limitations. The new
version, available in the latest 1.4 dev builds, aims to address this
and also improve the usefulness of the view. It works as follows:
   - tracing is disabled by default
   - it is only active when the Event Trace view is open
   - debug strings are only stored in the view - clear or close the
view, and the strings become available for GC
   - trace statements are grouped by category, and colour-coded to
distinguish them
   - the categories to be traced can be selected via the filter button
on the view - the default ones provide similar output to before, with
additional categories available (and scope for more in the future)
   - trace statements are added to the codebase using AJLog.log()

Let me know if you think the view should behave differently, or offer
any additional capabilities.

Regards,

Matt.
_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ajdt-dev




Back to the top