sensorservices/sensorserver/group/sensrvtrace.cfg
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Sensor server trace configuration file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SENSRVTRACE_CFG
       
    20 #define SENSRVTRACE_CFG
       
    21 
       
    22 
       
    23 // Trace macros
       
    24 //MACRO           API_TRACE_FLAG        // Uncomment to get API traces in debug mode.
       
    25 //MACRO           COMPONENT_TRACE_FLAG  // Uncomment to get COMPONENT traces in debug mode.
       
    26 MACRO           ERROR_TRACE_FLAG      // Uncomment to get ERROR traces in debug mode.
       
    27 //MACRO           THREAD_TRACE_FLAG     // Uncomment to trace thread name before each API, COMPONENT, ERROR, and MEMORY trace 
       
    28                                         //  Warning: doubles traced lines and tracing thread name and actual trace is not atomic,
       
    29                                         //  so thread context can change between tracing those.
       
    30 //MACRO           BUFFER_TRACE_FLAG     // Uncomment to get buffer state traces in debug mode.
       
    31 //MACRO           MEMORY_TRACE_FLAG     // Uncomment to get memory consumption traces in debug mode.                           
       
    32                                       
       
    33 #endif // SENSRVTRACE_CFG
       
    34