Remove stray println. Adjust the save pref job schedule.
--- a/debuggercdi/com.nokia.cdt.debug.common/src/com/nokia/cdt/debug/common/internal/executables/SymbianSourceFileRemapping.java Sat Sep 18 16:37:44 2010 -0700
+++ b/debuggercdi/com.nokia.cdt.debug.common/src/com/nokia/cdt/debug/common/internal/executables/SymbianSourceFileRemapping.java Sun Sep 19 13:39:04 2010 -0600
@@ -48,7 +48,6 @@
@Override
protected IStatus run(IProgressMonitor monitor) {
- System.out.println("save prefs");
CDebugCorePlugin.getDefault().savePluginPreferences();
return Status.OK_STATUS;
}};
@@ -90,7 +89,7 @@
// here it will be slow and redundant if we are being used to remap a large collection
// of source files. So we save the prefs later in a job.
saveThePrefsJob.cancel();
- saveThePrefsJob.schedule(1000);
+ saveThePrefsJob.schedule(2000);
}
public String remapSourceFile(IPath executable, String filePath) {