@Override
  protected void onDestroy() {
    super.onDestroy();

    if (isLogging()) {
      stopLogging();
    }
  }