From a48a40919f199e93eb3e803100992b8867fa59fb Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 12 May 2011 16:15:51 +0000 Subject: Forgot copyright boilerplate --- .../org/eclipse/cdt/debug/internal/core/Trace.java | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'debug') diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/Trace.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/Trace.java index d5bd44bea43..f892ebbd905 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/Trace.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/Trace.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 201 Freescale Semiconductor and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Freescale Semiconductor - Initial API and implementation + *******************************************************************************/ package org.eclipse.cdt.debug.internal.core; import org.eclipse.cdt.debug.core.CDebugCorePlugin; @@ -11,10 +21,13 @@ import org.osgi.util.tracker.ServiceTracker; /** * Class for getting a singleton instance of DebugTrace, an extremely useful - * utility for tracing multithreaded code, as each trace statement prints out - * the thread and the time (in millisecond granularity). For performance - * reasons, trace statements should explicitly check a trace flag before calling - * into a DebugTrace method. E.g., + * utility for troubleshooting race condition bugs. Each trace statement + * contains the thread and the time (in millisecond granularity). The trace goes + * to the file: {workspace}/.metadata/trace.log + * + *

+ * For performance reasons, trace statements should explicitly check a trace + * flag before calling into a DebugTrace method. E.g., * *

* -- cgit v1.2.3