Searched refs:DEBUG_WRITER (Results 1 – 2 of 2) sorted by relevance
275 final static PrintWriter DEBUG_WRITER; field in DB_Results279 DEBUG_WRITER= new PrintWriter(DEBUG_STR_WRITER);282 DEBUG_WRITER= null;390 DEBUG_WRITER.println("DB.shutdown"); //$NON-NLS-1$ in shutdown()809 DEBUG_WRITER.println();810 DEBUG_WRITER.println("==========================================================="); //$NON-NLS-1$811 DEBUG_WRITER.println("Database debug information stored while processing"); //$NON-NLS-1$826 DEBUG_WRITER.println("Trying to connect over network..."); //$NON-NLS-1$838 DEBUG_WRITER.println("Trying to connect over network..."); //$NON-NLS-1$859 DEBUG_WRITER.println("Loaded embedded " + this.fDBType); //$NON-NLS-1$[all …]
85 …if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print("[SQL query (config pattern="+configPattern); … in queryAllVariations()91 …if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print(")=" + (System.currentTimeMillis() - start) + … in queryAllVariations()219 …if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print("[SQL query (config="+config+", scenario ID="+… in queryScenarioDataPoints()231 …if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print(")=" + (System.currentTimeMillis() - start) + … in queryScenarioDataPoints()