Skip to content

Commit

Permalink
common: use trace-event-logger instead of build in tracer
Browse files Browse the repository at this point in the history
This aims to use the provided external infrastructure. Tracing
trace compass should be simpler now as only trace events will
be loggeed with the external logger.

Change-Id: I8f2529dda20694408a85863d4a66e5ed7dcd55d9
Signed-off-by: Matthew Khouzam <[email protected]>
  • Loading branch information
MatthewKhouzam committed Jun 27, 2024
1 parent ebafa6d commit fb2e4b4
Show file tree
Hide file tree
Showing 16 changed files with 186 additions and 353 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 5.2.0.qualifier
Bundle-Version: 5.3.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.tracecompass.common.core;singleton:=true
Bundle-Activator: org.eclipse.tracecompass.internal.common.core.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
wrapped.org.eclipse.tracecompass.trace-event-logger,
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Export-Package: org.eclipse.tracecompass.common.core,
org.eclipse.tracecompass.common.core.collect,
Expand Down
Loading

0 comments on commit fb2e4b4

Please sign in to comment.