commit | bfbe2bf9e2329808943c658d358c55277be61d12 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu May 21 13:45:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 13:45:55 2020 +0000 |
tree | 02d3b18d11a74b98fe1417454f232eb790b95933 | |
parent | 79dbcde3ab703f350082f8c995a66ebf199b0b29 [diff] | |
parent | 17bb79ae1e454fad03eab7e915c9aeebda826547 [diff] |
Remove markToFwmarkString() am: 17bb79ae1e Change-Id: I665e1fc45e531df3d4603a9faa29d2dde8dd708c
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.