Juned Ahsan | Hello, I want to know what happens to my data.addToLog() calls when my ActivityLogger is off. I have removed the ActivityLogger tag from the settings.xml of my application and updated the application. I want to understand what will happen to my data.addToLog statements written in my code. As per my understading addToLog method throws an event to the logger but as ActivityLogger is not registered so where these events will go. Will these events will pile up in memory? I am facing OutOfMemory issues when testing my application with load. Any pointers? Thanks! Juned |