diff options
| author | Brad Fitzpatrick <bradfitz@android.com> | 2010-04-08 13:24:36 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@android.com> | 2010-04-08 13:24:42 -0700 |
| commit | 7c2be0426ef7f39266735389cd765e7aaaf997e8 (patch) | |
| tree | 4bb0377d763fc08ef734ff9d2031e915612156f3 /logcat | |
| parent | 7c19bbe086b3cd81499829c0a79ed0ed0ae4fb16 (diff) | |
| download | system_core-7c2be0426ef7f39266735389cd765e7aaaf997e8.tar.gz system_core-7c2be0426ef7f39266735389cd765e7aaaf997e8.tar.bz2 system_core-7c2be0426ef7f39266735389cd765e7aaaf997e8.zip | |
Rename logtag for clarity.
BUG=2581935
Change-Id: Icf1c4fcf123fa4ec74fda80f72a27d3db85aa7a9
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/event.logtags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcat/event.logtags b/logcat/event.logtags index 5e6c256dd..95a16d7ca 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -150,7 +150,7 @@ # time: cpu time millis (not wall time), including lock acquisition # blocking_package: if this is on a main thread, the package name, otherwise "" # sample_percent: the percent likelihood this query was logged -52000 db_operation (db|3),(sql|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) +52000 db_sample (db|3),(sql|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) # http request/response stats 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2) |
