networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp
--- a/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp Wed Aug 18 11:11:46 2010 +0300
+++ b/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp Fri Sep 17 08:37:32 2010 +0300
@@ -191,6 +191,8 @@
if (connectionType == TLbsHostSettingsSupl::ELbsConnectionTypeInvalid)
{
+ SUPLLOG(ELogP1, "connectionType is TLbsHostSettingsSupl::ELbsConnectionTypeInvalid\n");
+
iConnection.Start(iStatus);
}
else
@@ -198,6 +200,7 @@
TCommDbConnPref prefs;
prefs.SetIapId(ap);
prefs.SetDialogPreference(ECommDbDialogPrefDoNotPrompt);
+ SUPLLOG2(ELogP1, "iConnection.Start(ap=%d)\n", ap);
iConnection.Start(prefs, iStatus);
}
@@ -224,7 +227,7 @@
}
else
{
- SUPLLOG(ELogP1, "CSocketWriterBase::RunL() Connection Error(KErrCouldNotConnect)\n");
+ SUPLLOG2(ELogP1, "CSocketWriterBase::RunL() Connection Error(KErrCouldNotConnect) iStatus = %d\n", iStatus);
iObserver.ConnectionError(KErrCouldNotConnect, iCallbackId, iLastSessionId, cleanup);
}
break;