diff options
| author | 2022-05-24 16:21:18 -0400 | |
|---|---|---|
| committer | 2022-05-24 16:35:24 -0400 | |
| commit | f2911842d1995e72c8e7abc776a8c14616e2c727 (patch) | |
| tree | 235a8c89dbbed3ec57de09b95bf0810a9610e619 /libs/androidfw/StringPool.cpp | |
| parent | 2274df1efbe32febaaad1a6c34a9dfea4ee6fc13 (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