Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/.options')
-rw-r--r--bundles/org.eclipse.osgi/.options2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.options b/bundles/org.eclipse.osgi/.options
index 4d11b57c8..84b09b61d 100644
--- a/bundles/org.eclipse.osgi/.options
+++ b/bundles/org.eclipse.osgi/.options
@@ -30,6 +30,8 @@ org.eclipse.osgi/debug/objectPool/adds=false
org.eclipse.osgi/debug/objectPool/dups=false
# Debug the caching of bundle headers
org.eclipse.osgi/debug/cachedmanifest = false
+# Debug the lifecycle operations of the framework/systemBundle
+org.eclipse.osgi/debug/systemBundle=false
# Eclipse adaptor options
org.eclipse.osgi/eclipseadaptor/debug = false

Back to the top