@Override
 protected void onRestart() {
   super.onRestart();
   EUtil.loge("App onRestart");
   reflectionPluginMethod("onActivityReStart");
 }