devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp
branchRCL_3
changeset 23 4af31167ea77
parent 0 b497e44ab2fc
equal deleted inserted replaced
21:490439ac0bd4 23:4af31167ea77
   614     // An unhandled exception occurs while running.  Destroy all currently
   614     // An unhandled exception occurs while running.  Destroy all currently
   615     // loaded plug-ins.
   615     // loaded plug-ins.
   616 
   616 
   617     LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", aError )
   617     LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", aError )
   618 
   618 
   619     return ResetAndNotify( aError );
   619     TInt err = ResetAndNotify( aError );
       
   620     LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", err )
       
   621     
       
   622     return KErrNone;
   620     }
   623     }
   621     
   624     
   622 // End of File
   625 // End of File
   623 
   626