OSDN Git Service

check syntax of description field in logtags files
authorDoug Zongker <dougz@android.com>
Sun, 23 Jan 2011 20:57:19 +0000 (12:57 -0800)
committerDoug Zongker <dougz@android.com>
Sun, 23 Jan 2011 20:57:19 +0000 (12:57 -0800)
commite128cbda075ae28dc7965455b3c047bc841228fc
treed43976baf0abee310ec037d93ee2358a00fb9b59
parent7838fa6e9c51ec686062e207f98ca409a9b480f2
check syntax of description field in logtags files

EventLog.java checks that the field descriptions are bracketed by
parens, so we should to in order to avoid a runtime error from a
logtag entry with bad syntax.

Bug: 3381309
Change-Id: I1d4cbb190da6b81ec0b1f1de9b5bc3f3394d7ec1
tools/event_log_tags.py