application/src/PodcastAppui.cpp
branchRCL_3
changeset 302 cf14797d0023
parent 292 655dbce90b70
child 304 9d25c062a380
--- a/application/src/PodcastAppui.cpp	Thu Oct 28 23:32:49 2010 +0100
+++ b/application/src/PodcastAppui.cpp	Fri Oct 29 00:12:35 2010 +0100
@@ -143,11 +143,13 @@
 			const TUid KUidFastSwapS3 = { 0x20016BF0 };
 			if (activeAppUid == KUidFastSwapS3)
 				{
+				DP("Exit called by task manager");
 				// closed by task manager
 				Exit();
 				}
 			else
         		{
+				DP("Red button pressed, going into background");
         		// red button pressed
 				TApaTask task(iEikonEnv->WsSession());
 				task.SetWgId(iEikonEnv->RootWin().Identifier());