Skip to content

Commit fb2e4b4

Browse files
common: use trace-event-logger instead of build in tracer
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 <matthew.khouzam@ericsson.com>
1 parent ebafa6d commit fb2e4b4

16 files changed

Lines changed: 186 additions & 353 deletions

common/org.eclipse.tracecompass.common.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 5.2.0.qualifier
5+
Bundle-Version: 5.3.0.qualifier
66
Bundle-Localization: plugin
77
Bundle-SymbolicName: org.eclipse.tracecompass.common.core;singleton:=true
88
Bundle-Activator: org.eclipse.tracecompass.internal.common.core.Activator
99
Bundle-ActivationPolicy: lazy
1010
Bundle-RequiredExecutionEnvironment: JavaSE-11
1111
Require-Bundle: org.eclipse.core.runtime,
1212
org.eclipse.core.resources,
13+
wrapped.org.eclipse.tracecompass.trace-event-logger,
1314
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
1415
Export-Package: org.eclipse.tracecompass.common.core,
1516
org.eclipse.tracecompass.common.core.collect,

0 commit comments

Comments
 (0)