@Override
 protected void onResume() {
   super.onResume();
   mLoggerServiceManager.startup(
       this,
       new Runnable() {
         public void run() {
           showDialog(DIALOG_LOGCONTROL);
         }
       });
 }