commit | 17bb79ae1e454fad03eab7e915c9aeebda826547 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed May 20 19:57:12 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Thu May 21 18:42:43 2020 +0800 |
tree | 02d3b18d11a74b98fe1417454f232eb790b95933 | |
parent | cb902c9464c074d705c71251e442a1ee6842568e [diff] |
Remove markToFwmarkString() Log the value of network mark as hexadecimal number rather than print each bit/variable one by one. No functionality change. Bug: 151895202 Test: enabled the resolver debugging and checked the logs Change-Id: I448c6487e5787c6dd0466ac76c80900ccd3b7249
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.