usbengines/usbwatcher/src/cusbwatcher.cpp
branchRCL_3
changeset 86 703a2b94c06c
parent 80 e02eb84a14d2
child 92 dde4619868dc
equal deleted inserted replaced
83:60826dff342d 86:703a2b94c06c
   786             iState = EUsbStarting;
   786             iState = EUsbStarting;
   787             }
   787             }
   788         }
   788         }
   789     else
   789     else
   790         {
   790         {
   791         LOG( "Tryign to call CUsbWatcher::Start in non-idle state " );
   791         //Start may have been called because device lock was unlocking. The
   792         PANIC( KErrGeneral );
   792         //personality may be already starting, so nothing needs to be done.
       
   793         LOG1( "Trying to call CUsbWatcher::Start in non-idle state %d",
       
   794             iState );        
   793         }
   795         }
   794     }
   796     }
   795 
   797 
   796 // ----------------------------------------------------------------------------
   798 // ----------------------------------------------------------------------------
   797 // This method starts personality unloading or cancels personality start.
   799 // This method starts personality unloading or cancels personality start.