How would you call this in your Activity? Do you have an example of it being used?
Does anything need to be added to the AndroidManifest ? Thank you for your examples, On Feb 27, 10:55 am, Rishi Kumar <[email protected]> wrote: > Hey, I attached a couple of our java classes that perform this function. I > had to clean up a bit and remove the package names, but i'm sure that won't > slow you down :-) > > here is the database table definition: > > buf.append("CREATE TABLE ").append(DbMetadata.TABLE_DEBUG > ).append(" ("); > > buf.append(DbMetadata.DEBUG_TIME).append(" INTEGER, "); > > buf.append(DbMetadata.DEBUG_TYPE).append(" TEXT, "); > > buf.append(DbMetadata.DEBUG_PACKAGE).append(" TEXT, "); > > buf.append(DbMetadata.DEBUG_MESSAGE).append(" TEXT)"); > > DbLogService.java > 1KViewDownload > > DebugMessage.java > 1KViewDownload > > DebugPersister.java > 2KViewDownload -- 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

