commit | 925e19bc17b729b1b71029bbd360d1104f021d42 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Fri Feb 11 11:34:28 2022 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Fri Feb 11 11:34:28 2022 +0800 |
tree | 2f12c623286d808621e6712df34a8aaaa13d5437 | |
parent | 01799df116dd9ef0179245474a83c842ac61aee3 [diff] |
Update log control flag by using Log.isLoggable The log is completely disabled in the TcpSocketTracker. It's impossible to debug without building and flashing a new module. Change the bit to refer to Log.isLoggable so that the log could be controlled via property in the runtime. Also, update some logs to help debugging. Test: m ; observe log via changing the log prop Change-Id: I7dd26cd3d14a3f2b50e51fd99fce4a4be7183a8c