@Override
 protected void onDestroy() {
   super.onDestroy();
   RefWatcher refWatcher = LeakCanaryApplication.getRefWatcher(this);
   refWatcher.watch(this);
 }