mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-907: add logging for browser window and web contents
This commit is contained in:
@@ -31,7 +31,7 @@ function gatherMemory() {
|
||||
' peakWorkingSetSize: ' + memory.peakWorkingSetSize +
|
||||
' privatesBytes: ' + memory.privatesBytes +
|
||||
' sharedBytes: ' + memory.sharedBytes;
|
||||
log.send(logLevels.INFO, details);
|
||||
log.send(logLevels.INFO, `Current Memory Stats -> ${details}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user