diff options
| author | Carl Shapiro <cshapiro@google.com> | 2010-04-12 14:13:28 -0700 |
|---|---|---|
| committer | Carl Shapiro <cshapiro@google.com> | 2010-04-13 02:30:27 -0700 |
| commit | f54e0a4be3e7a49e1b3f53de6b9542bc146c36fe (patch) | |
| tree | 412b9aefffd8faaca7c026626022093451085310 /logcat | |
| parent | 7c2be0426ef7f39266735389cd765e7aaaf997e8 (diff) | |
| download | system_core-f54e0a4be3e7a49e1b3f53de6b9542bc146c36fe.tar.gz system_core-f54e0a4be3e7a49e1b3f53de6b9542bc146c36fe.tar.bz2 system_core-f54e0a4be3e7a49e1b3f53de6b9542bc146c36fe.zip | |
Add a log tag entry for the dalvik lock profiling event.
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/event.logtags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logcat/event.logtags b/logcat/event.logtags index 95a16d7ca..f14673805 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -104,6 +104,7 @@ # 20001 dvm_gc_info (custom|2),(custom|2),(custom|2),(custom|2) 20002 dvm_gc_madvise_info (total|1|2),(zygote|1|2) +20003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(sample_percent|1|6) 75000 sqlite_mem_alarm_current (current|1|2) 75001 sqlite_mem_alarm_max (max|1|2) |
