javamanager/javaappschemeplugin/src/javaapphandler.cpp
branchRCL_3
changeset 25 9ac0a0a7da70
parent 19 04becd199f91
equal deleted inserted replaced
24:0fd27995241b 25:9ac0a0a7da70
   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