Avoid using intensive logging (< 1Hz).
Developers resort to logging in their mobile apps to ensure their correct behavior and simplify bug reporting. However, logging operations are creating overhead on energy consumption without creating value to the end user.
Avoid using intensive logging, and keeping rates below one message per second.
Disable logging when processing real-time data. If necessary enable only during debugging executions.