usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pamplugindebugconfig.h
changeset 89 3592750162a5
parent 0 1e05558e2206
equal deleted inserted replaced
87:18fe5224f0dc 89:3592750162a5
    40 _LIT(KPanicCategory, "Ref_ATExt");    
    40 _LIT(KPanicCategory, "Ref_ATExt");    
    41 _LIT8(KPanicPrefix8, "PANIC code ");
    41 _LIT8(KPanicPrefix8, "PANIC code ");
    42 _LIT8(KLeavePrefix8, "LEAVE code ");
    42 _LIT8(KLeavePrefix8, "LEAVE code ");
    43 #endif
    43 #endif
    44 
    44 
    45 const TInt KMaxLogLineLength = 512;
    45 const TInt KMaxLogLineLength = 508;  // 512-4, 4 is taken by TBuf structure, 
       
    46 // otherwise exceeds maximum single use of 1024 bytes for stack in TBuf16 config
    46 
    47 
    47 #define KPRINTERROR        0x00000001 // Tracing level: error
    48 #define KPRINTERROR        0x00000001 // Tracing level: error
    48 #define KPRINTINFO        0x00000002 // Tracing level: function trace
    49 #define KPRINTINFO        0x00000002 // Tracing level: function trace
    49 #define KPRINTSTATE        0x00000004 // Tracing level: state machine info
    50 #define KPRINTSTATE        0x00000004 // Tracing level: state machine info
    50 #define KPRINTWARNING   0x00000008 // Tracing level: warning
    51 #define KPRINTWARNING   0x00000008 // Tracing level: warning