@Override
 protected void onDestroy() {
   try {
     if (mTts != null) {
       mTts.shutdown();
     }
   } catch (Exception e) {
     PrivateException ex = new PrivateException(e, DaisyReaderDownloadSiteActivity.this);
     ex.writeLogException();
   }
   super.onDestroy();
 }