commit | c53dadbae2154a281b562fd10d5c10b806879469 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Dec 05 21:31:51 2016 -0800 |
committer | Stephen Hines <srhines@google.com> | Mon Dec 05 21:34:11 2016 -0800 |
tree | fcf6fefa256950bbd4562c084bcbd5fbe0930560 | |
parent | 71b50715d218537b76708734b862fdb3b06263be [diff] |
Stop the default verbose logging. Bug: http://b/33235998 RS has pretty much had LOG_NDEBUG defined to 0 for its entire lifetime. This unfortunately means that ALOGV has always been enabled, even for release builds. This kind of logging is really only appropriate when debugging, so change back to the proper default of not setting LOG_NDEBUG at all. Test: CTS, RSTest. Change-Id: If33be77d013352f4d7f26cd79e50797e9c600d2a