summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/EventLogTags.logtags
Commit message (Collapse)AuthorAgeFilesLines
* Rename logtag for clarity.Brad Fitzpatrick2010-04-081-3/+3
| | | | | | BUG=2581935 Change-Id: I85f0b704435861acd5a406ce5ec084b60696580c
* Log blocking Binder calls to the EventLog.Brad Fitzpatrick2010-03-241-0/+1
| | | | | | | | | This mimics what we do already for SQLiteDatabase's db_operation and ContentProvider's content_query_operation and content_update_operation: over a threshold things are always logged, and under which they're sub-sampled. Change-Id: Ia0280b9b07b336ee88b17be2a31a7af0fd7c5770
* Log ContentProvider operations to the EventLog.Brad Fitzpatrick2010-02-091-0/+6
| | | | | | | | Just like with db_operation, operations over 100ms are always logged, while operations under that are subsampled. This will help with performance analysis, getting real-world performance numbers from dogfooders.
* Bug 2321983Paul Westbrook2010-01-111-10/+0
| | | | Move SYNC_DETAILS from framework/base to the gsf clientlib
* move event log tags used by SyncAdapter into a local .logtags fileDoug Zongker2009-12-091-0/+10