power: qpnp-charger: add logs when power supply is changed

When an interrupt happens usually a power_supply_changed is
called which results in the userspace reading all of the power supply
properties.

If an interrupt storm happens, one would see a these property reads
over and over again but it is hard to track which interrupt is storming.

Add debug messages which will help us pin point interrupt storms.

Change-Id: I2a16b29ea44d2ff2738231b6a2d893ad89af9669
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
1 file changed