Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-11-03 15:17:07 +0000
committerThomas Watson2017-11-03 15:17:07 +0000
commit31812841909c750095865d82b0b87c55b4797c6f (patch)
tree2e604ba72d11256b68a3d38f9df4b2813fdf1291
parente12b6881d244e3ac214c67decf01c36012b7c678 (diff)
downloadrt.equinox.framework-31812841909c750095865d82b0b87c55b4797c6f.tar.gz
rt.equinox.framework-31812841909c750095865d82b0b87c55b4797c6f.tar.xz
rt.equinox.framework-31812841909c750095865d82b0b87c55b4797c6f.zip
Add org.eclipse.osgi/debug/storage trace option
-rw-r--r--bundles/org.eclipse.osgi/.options1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.options b/bundles/org.eclipse.osgi/.options
index 84b09b61d..690325f77 100644
--- a/bundles/org.eclipse.osgi/.options
+++ b/bundles/org.eclipse.osgi/.options
@@ -32,6 +32,7 @@ org.eclipse.osgi/debug/objectPool/dups=false
org.eclipse.osgi/debug/cachedmanifest = false
# Debug the lifecycle operations of the framework/systemBundle
org.eclipse.osgi/debug/systemBundle=false
+org.eclipse.osgi/debug/storage=false
# Eclipse adaptor options
org.eclipse.osgi/eclipseadaptor/debug = false

Back to the top