summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Julia Tuttle <juliatuttle@google.com> 2022-05-24 16:21:18 -0400
committer Julia Tuttle <juliatuttle@google.com> 2022-05-24 16:35:24 -0400
commitf2911842d1995e72c8e7abc776a8c14616e2c727 (patch)
tree235a8c89dbbed3ec57de09b95bf0810a9610e619 /libs/androidfw/StringPool.cpp
parent2274df1efbe32febaaad1a6c34a9dfea4ee6fc13 (diff)
NotificationPanelViewController: separate DEBUG flag for drawable
ag/17958675 added some debug logging to NotificationPanelViewController, gated by the class-level DEBUG flag, and changes that flag to be set to Log.isLoggable(TAG, Log.DEBUG). Unfortunately, that class also contains *visual* debugging, which was enabled by the same DEBUG flag, and so any device with sufficiently high log levels unexpectedly started displaying visual debugging info. This change splits the flag into two: DEBUG_LOGCAT for textual logs, set to Log.isLoggable(TAG, Log.DEBUG); and DEBUG_DRAWABLE for visual debugging, hard-coded to false. Bug: 233720721 Test: manual; visual debugging only appears with DEBUG_DRAWABLE true. Change-Id: I78b120aa0750605c96f1f53d3decd06919496f0c
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions