Ejemplo n.º 1
0
 @Override
 public void onQueryStart(QueryData data) {
   super.onQueryStart(data);
   if (isDebugModeEnabled) {
     debugInfo.addQuery(data);
   }
 }