Did I screw up my System_server service?
My phone is producing a non-stop Log.d output. The following repeats over and over again about 1200 times per second . 04-25 15:58:04.883 1542-5012/? D/NetworkStatsCollection: getHistory:mUID 10266 isVideoCallUID: false PID 1542 is System_server which I've come to understand manages an array of Android services. In the app I'm developing, I use the Alarm Manager and Notification service as seen below. Is there anything I could have done to cause this service to react the way it is? public void scheduleNotification(Context context, long alarmTime, int notificationId, String setOrCancel) {