It would be called like this:
ILogService log = DbLogService.getInstance();
log.debug(TAG, "blah blah blah");
Since it talks to a content provider you'll need to declare that in the
manifest or you'll need to rewrite it to hit the database directly.
Keep in mind that this is only used for remote debugging on devices that you
don't have direct access so. In a debug build, you'll need to write some
code to pull out the logs from the device and send them via an email to the
developer (or post to a web service, etc).
--
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