Support Enable/Disable VLOG (#451)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 5 Apr 2018 04:25:06 +0000 (13:25 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 5 Apr 2018 04:25:06 +0000 (13:25 +0900)
commit1ba602ee2e63de158c5e01e73014b712fd1ba09f
tree6ab5c5f7869d7d959fa8d66be1aa5df2f2ca2682
parentcc9c06c0f3401263ddef0d5105aafbdbeadeb514
Support Enable/Disable VLOG (#451)

Introduce environment variable VLOG for Enable/Disable VLOG outputs.
`VLOG` is disabled by default.

Example usage

```
VLOG=1 ./tests/framework/run_test.sh # Enable VLOG
```
src/runtime/ref/nn/depend/android-base/CMakeLists.txt
src/runtime/ref/nn/depend/android-base/include/android-base/logging.h
src/runtime/ref/nn/depend/android-base/logging.cpp [new file with mode: 0644]