Thanks, Rishi. You are a life (or at least a time) saver! I'll get your code up and running, add some preferences to enable logging and email and I should be in business.
Thanks. >>>>> "RK" == Rishi Kumar <[email protected]> writes: RK> Hey, I attached a couple of our java classes that perform this function. I RK> had to clean up a bit and remove the package names, but i'm sure that won't RK> slow you down :-) RK> here is the database table definition: RK> buf.append("CREATE TABLE ").append(DbMetadata.TABLE_DEBUG RK> ).append(" ("); RK> buf.append(DbMetadata.DEBUG_TIME).append(" INTEGER, "); RK> buf.append(DbMetadata.DEBUG_TYPE).append(" TEXT, "); RK> buf.append(DbMetadata.DEBUG_PACKAGE).append(" TEXT, "); RK> buf.append(DbMetadata.DEBUG_MESSAGE).append(" TEXT)"); RK> -- RK> You received this message because you are subscribed to the Google RK> Groups "Android Developers" group. RK> To post to this group, send email to [email protected] RK> To unsubscribe from this group, send email to RK> [email protected] RK> For more options, visit this group at RK> http://groups.google.com/group/android-developers?hl=en -- Jake Colman -- Android Tinkerer -- 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

