@Override
 public void onDestroy() {
   tracker.stopTracking();
   tracker = null;
   context = null;
 }