The method initPerformanceAnalyzerStateFromConf inside of the class PerformanceAnalyzerController is always end-up to call the method updatePerformanceAnalyzerState that always re-writes the performance_analyzer_enabled.conf file even though the file had same value before.
The plugin should have to write the file when needed.
The method
initPerformanceAnalyzerStateFromConf
inside of the classPerformanceAnalyzerController
is always end-up to call the methodupdatePerformanceAnalyzerState
that always re-writes the performance_analyzer_enabled.conf file even though the file had same value before.The plugin should have to write the file when needed.