I setup the System.on(all_events, handle_all_the_events);
and this event # is not in the table at System.on(all_events, handle_all_the_events); nor do I see it in any of my searching of the forums or google / github.
I'm getting completely spammed with this event and am having some problems with my code so I'm trying to figure out what it could be!
My guess is that you don't have a battery connected, so the device is constant checking to see if the battery has been plugged in. I would only register for the events that you want, not all of the events, to prevent this.