# 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, 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   

#100000		Bogus 1
#100001		bad-tag
#     0		duplicate
#100002		whee
#1000 Test2

75000 sqlite_mem_alarm_current
75001 sqlite_mem_alarm_max
75002 sqlite_mem_alarm_alloc_attempt
