commit | b55ef65e55dd4d01a9bdf315c09c090b73f7c19a | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Sep 26 15:23:28 2019 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 27 00:50:16 2019 +0000 |
tree | 04b9723f47ab2570a4eb825b0377c731216ea2c6 | |
parent | b096c918a5f20abb3426f1693435e230f2e07445 [diff] |
Improve VLOG_STREAM Previously VLOG_STREAM would always print even if the module was turned off. This changes VLOG_STREAM to not print when the module is off. Like with LOG_STREAM the stream is consumed even if it's not printed. Also updated some ti_heap.cc logs to use LOG_STREAM. Test: ./test/run-test --host --dev 1981 Test: ./test/run-test --host --dev --runtime-option -verbose:plugin 1981 Test: ./test.py --host Change-Id: If709474918b3e67749647fae5accb0ce98ea3a59