Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 71792 Details for
Bug 192300
On pause monitoring profiling data is still collected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
192300_patch.txt (text/plain), 2.21 KB, created by
Eugene Chan
on 2007-06-19 15:11:53 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Eugene Chan
Created:
2007-06-19 15:11:53 EDT
Size:
2.21 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.trace.ui >Index: src/org/eclipse/tptp/trace/ui/internal/launcher/core/LauncherUtility.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.trace.ui/src/org/eclipse/tptp/trace/ui/internal/launcher/core/LauncherUtility.java,v >retrieving revision 1.24 >diff -u -r1.24 LauncherUtility.java >--- src/org/eclipse/tptp/trace/ui/internal/launcher/core/LauncherUtility.java 1 May 2007 14:54:50 -0000 1.24 >+++ src/org/eclipse/tptp/trace/ui/internal/launcher/core/LauncherUtility.java 19 Jun 2007 19:11:06 -0000 >@@ -667,6 +667,25 @@ > return list; > } > >+ /** >+ * Returns a list of the default options -- by default everything is turned off. >+ * >+ * @return A default set of options for the Agent Controller >+ */ >+ public static ProfilingAttribute[] getDefaultProfilingOptionsAttributes() >+ { >+ String[][] options = Options.OPTIONS_DEFAULT; >+ >+ ProfilingAttribute[] attributes = new ProfilingAttribute[options.length]; >+ >+ final String PREFIX = "SETOPTION_"; >+ for (int i=0;i<options.length;++i) >+ { >+ attributes[i] = new ProfilingAttribute(PREFIX + options[i][0], options[i][1]); >+ } >+ >+ return attributes; >+ } > > /** > * Removes all duplicate option keys. The resulting value is >Index: src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java,v >retrieving revision 1.2 >diff -u -r1.2 AttachDelegate.java >--- src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java 18 Apr 2007 22:34:08 -0000 1.2 >+++ src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java 19 Jun 2007 19:11:06 -0000 >@@ -222,6 +222,9 @@ > private Vector retrieveOptions(List selectedAgents, ILaunchConfiguration config) > { > final Vector options = new Vector(); >+ >+ addAttributes(options, LauncherUtility.getDefaultProfilingOptionsAttributes()); >+ > try > { > for (int i = 0, selectedAgentCount = selectedAgents.size(); i < selectedAgentCount; i++)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192300
:
71095
| 71792 |
71793