radioapp/buildflags.pri
changeset 19 afea38384506
parent 16 f54ebcfc1b80
child 37 451b2e1545b2
equal deleted inserted replaced
16:f54ebcfc1b80 19:afea38384506
    45 # Start of Logging flag definitions
    45 # Start of Logging flag definitions
    46 # ##########################################################
    46 # ##########################################################
    47 
    47 
    48 # Full logging flag that enables the full logging including also timestamps
    48 # Full logging flag that enables the full logging including also timestamps
    49 # Enabled by default in debug builds
    49 # Enabled by default in debug builds
    50 # CONFIG(debug, debug|release) : LOGGING_FLAGS += LOGGING_ENABLED
    50  CONFIG(debug, debug|release) : LOGGING_FLAGS += LOGGING_ENABLED
    51 
    51 
    52 # Uncomment to enable full logging in release builds
    52 # Uncomment to enable full logging in release builds
    53 # LOGGING_FLAGS *= LOGGING_ENABLED
    53 # LOGGING_FLAGS *= LOGGING_ENABLED
    54 
    54 
    55 # Timestamp logging flag that enables only timestamp logging
    55 # Timestamp logging flag that enables only timestamp logging
    56 # LOGGING_FLAGS += TIMESTAMP_LOGGING_ENABLED
    56 # LOGGING_FLAGS += TIMESTAMP_LOGGING_ENABLED
    57 
       
    58 # Marker that is printed in the beginning of each log line
       
    59 ## LOGGING_FLAGS += LOGMARKER=\\\"FMRadio:\\\"
       
    60 
    57 
    61 # Combines Ui and Engine logs by feeding UI traces to the engine logger
    58 # Combines Ui and Engine logs by feeding UI traces to the engine logger
    62 LOGGING_FLAGS += COMBINE_WITH_ENGINE_LOGGER
    59 LOGGING_FLAGS += COMBINE_WITH_ENGINE_LOGGER
    63 
    60 
    64 contains(LOGGING_FLAGS, TIMESTAMP_LOGGING_ENABLED)|contains(LOGGING_FLAGS, LOGGING_ENABLED) {
    61 contains(LOGGING_FLAGS, TIMESTAMP_LOGGING_ENABLED)|contains(LOGGING_FLAGS, LOGGING_ENABLED) {