OSDN Git Service

Change DBG to false to eliminate logcat messages.
authorScott Greenwald <greenwald@google.com>
Sat, 24 Aug 2013 00:35:17 +0000 (20:35 -0400)
committerDaniel Sandler <dsandler@android.com>
Mon, 26 Aug 2013 14:59:44 +0000 (14:59 +0000)
commit63410109977a932e342a624243dbd9427e29fe36
tree1423a143ec0c949be605765297fed86b857fab21
parent61d806c76ad1158f5cfbf3daef87dac81e51fc94
Change DBG to false to eliminate logcat messages.

DemoContactNotificationScorer was spamming logcat because DBG was
set to true. Also changed TAG to match the class name.

Bug: 10457063
Change-Id: Idca251b5b46d58ab64407e94ed4bec831e880aa4
core/java/com/android/internal/notification/DemoContactNotificationScorer.java