locationsystemui/locationsysui/locblidsatelliteinfo/src/Debug.cpp
branchRCL_3
changeset 7 19bff11d6c18
parent 0 667063e416a2
equal deleted inserted replaced
6:f3bd2a0973b9 7:19bff11d6c18
    48 // -----------------------------------------------------------------------------
    48 // -----------------------------------------------------------------------------
    49 //
    49 //
    50 void Debug( TRefByValue<const TDesC> aText, ... )
    50 void Debug( TRefByValue<const TDesC> aText, ... )
    51     {    
    51     {    
    52     RDebug::Print(aText);
    52     RDebug::Print(aText);
    53 
    53     // coverity[var_decl : FALSE]
    54     VA_LIST args;
    54     VA_LIST args;
    55     VA_START( args, aText );
    55     VA_START( args, aText );
    56 
    56 
    57     TBuf<KLogLineLength> buf;
    57     TBuf<KLogLineLength> buf;
       
    58     // coverity[uninit_use_in_call : FALSE]
    58     buf.FormatList( aText, args );
    59     buf.FormatList( aText, args );
    59 
    60 
    60     RFileLogger logger;
    61     RFileLogger logger;
    61     TInt ret=logger.Connect();
    62     TInt ret=logger.Connect();
    62     if (ret==KErrNone)
    63     if (ret==KErrNone)