devicediagnosticsfw/diagpluginbase/src/diagtestpluginbase.cpp
changeset 22 19fb38abab1d
parent 0 b497e44ab2fc
equal deleted inserted replaced
5:3f7d9dbe57c8 22:19fb38abab1d
   184         //  iData->iExecParam
   184         //  iData->iExecParam
   185         // It must be trapped, since it is part of object destruction.
   185         // It must be trapped, since it is part of object destruction.
   186         TRAPD( err, StopAndCleanupL() );
   186         TRAPD( err, StopAndCleanupL() );
   187         if ( err != KErrNone )
   187         if ( err != KErrNone )
   188             {
   188             {
   189             LOGSTRING3( "CDiagTestPluginBase::~CDiagTestPluginBase(). "
   189             /*LOGSTRING3( "CDiagTestPluginBase::~CDiagTestPluginBase(). "
   190                 L"StopAndCleaupL() failed Uid = 0x%08x , err = %d",
   190                 L"StopAndCleaupL() failed Uid = 0x%08x , err = %d",
   191                 Uid(),
   191                 Uid(),
   192                 err );
   192                 err );*/
   193             }
   193             }
   194 
   194 
   195         // Call DestroyedImplementation only if it was set.
   195         // Call DestroyedImplementation only if it was set.
   196         // SetDtorIdKey may not have been called if it is not actually an
   196         // SetDtorIdKey may not have been called if it is not actually an
   197         // ECOM plug-in.
   197         // ECOM plug-in.