# The entries in this file map a sparse set of log tag numbers to tag names.
# This is installed on the device, in /system/etc, and parsed by logcat.
#
# Tag numbers are decimal integers, from 0 to 2^31.  (Let's leave the
# negative values alone for now.)
#
# Tag names are one or more ASCII letters and numbers or underscores, i.e.
# "[A-Z][a-z][0-9]_".  Do not include spaces or punctuation (the former
# impacts log readability, the latter makes regex searches more annoying).
#
# Tag numbers and names are separated by whitespace.  Blank lines and lines
# starting with '#' are ignored.
#
# TODO: generate ".java" and ".h" files with integer constants from this file.

 0 Zero
 1 One
 2 Two
11		Eleven
10		Ten   

42    reserved
314   reserved
2718  reserved

10000 wake_lock_acquired
10001 wake_lock_released

75000 sqlite_mem_alarm_current
75001 sqlite_mem_alarm_max
75002 sqlite_mem_alarm_alloc_attempt
