javamanager/javaappschemeplugin/src/javaapphandler.cpp
changeset 26 dc7c549001d5
parent 21 2a9601315dfc
equal deleted inserted replaced
23:98ccebc37403 26:dc7c549001d5
   117 // CJavaAppHandler::HandleUrlStandaloneL()
   117 // CJavaAppHandler::HandleUrlStandaloneL()
   118 // ---------------------------------------------------------
   118 // ---------------------------------------------------------
   119 //
   119 //
   120 void CJavaAppHandler::HandleUrlStandaloneL()
   120 void CJavaAppHandler::HandleUrlStandaloneL()
   121 {
   121 {
   122 #ifdef _DEBUG
   122 
   123     // log that our plugin implementation has been called
       
   124     TBuf<255> logBuf = mParsedUrl->Left(250);
       
   125     LOG1WSTR("javaapphandler: command line starts with : %s", (TUint16 *)(logBuf.PtrZ()));
       
   126 #endif
       
   127 
   123 
   128     // Start javalauncher.exe and pass the Url to it
   124     // Start javalauncher.exe and pass the Url to it
   129     _LIT(KJavaLauncherExe, "javalauncher.exe");
   125     _LIT(KJavaLauncherExe, "javalauncher.exe");
   130     RProcess rProcess;
   126     RProcess rProcess;
   131 
   127