示例#1
0
 @Override
 protected void onActivityResult(int arg0, int arg1, Intent arg2) {
   if (LogUtils.isDebugLogEnabled())
     LogUtils.debugLog(
         LOG_TAG, "[LIFECYCLE] onActivityResult(): " + this.getClass().getSimpleName());
   super.onActivityResult(arg0, arg1, arg2);
 }
示例#2
0
 @Override
 public void onStart() {
   if (LogUtils.isDebugLogEnabled())
     LogUtils.debugLog(LOG_TAG, "[LIFECYCLE] onStart(): " + this.getClass().getSimpleName());
   super.onStart();
 }