if (startLevel != null)
startLevel.unregister();
if (debugOptions != null) {
FrameworkDebugOptions dbgOptions = FrameworkDebugOptions.getDefault();
if (dbgOptions != null)
dbgOptions.stop(context);
debugOptions.unregister();
}
if (contextFinder != null)
contextFinder.unregister();