Hi,
I am using a Service to play some music. In the same project I have
several Activity's but also some custom classes which are part of a
framework, so nothing graphical.
One of those (singleton) classes is a Logging class which send logs to
my server.
I noticed that even though I can call the classes methods in my
service it actually won't be logging anything...
In my specific example it's osmething like :
Logger.getInstance().log("Whatever I want to Log");Obviously the getInstance is a static method so it can be accessed from anywhere within my project right away.. I was wondering though why this method for example isn't getting called ? Also how do I debug a Service ? Btw I am using of IPC from one of my Activities which gets bound to the service and can start/stop the music for example... Any help, hints, tips, or tricks are greatly appreciated ! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

