This is the documentation of the Eclipse Equinox Framework.
Exports the current framework state including the wiring information
This command exports the current OSGi framework state to a file, which includes information about bundles and their wiring. This is useful for debugging, analysis, or creating snapshots of the frameworkâs state at a particular point in time.
exportFrameworkState <path>
exportFrameworkState <path> <persistWirings>
g! exportFrameworkState /tmp/framework-state.dat
Exporting ModuleDatabase to /tmp/framework-state.dat...
This will export the complete framework state including all wiring information to the specified file.
g! exportFrameworkState /tmp/framework-state-no-wiring.dat false
Exporting ModuleDatabase to /tmp/framework-state-no-wiring.dat...
This will export the framework state but exclude the wiring information, resulting in a smaller file.
Related links: