Improve debug tracing of AknGlobalNote::StartL - Bug 2673 RCL_3 tip
authorWilliam Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 12:08:34 +0000
branchRCL_3
changeset 76 5c9f0ba5102a
parent 74 6b4d16c5c577
Improve debug tracing of AknGlobalNote::StartL - Bug 2673
uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp
--- a/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp	Wed Nov 03 14:43:42 2010 +0000
+++ b/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp	Wed Nov 10 12:08:34 2010 +0000
@@ -1146,8 +1146,8 @@
         }
 
 #ifdef _DEBUG
-    _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d");
-    RDebug::Print(KDmsg,noteId,type,priority);
+    _LIT(KDmsg, "AknGlobalNote, StartL:id %d,type %d,prior %d\n%S\n");
+    RDebug::Print(KDmsg,noteId,type,priority,&text);
 #endif
 
     TryDisplayNextNoteL(ETrue);