commit | 46974e15efa37ae83ec055ef715ae2490be190fa | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 16:45:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 16:45:05 2020 +0000 |
tree | 90a51cc3801b97d9c9ceecec8707b967ba5d66f1 | |
parent | b89de6ce96ae1ecd7fd919ffc42f5841c4d859a5 [diff] | |
parent | 35777880fd29e64edf28c337fa88b733d815a50a [diff] |
[automerger skipped] Style fixes in the external pref64 support. am: 35777880fd -s ours am skip reason: Change-Id Ifcdb16cc66c9234a2bd5f8aac70be809fe0dd223 with SHA-1 511b6d4f1f is in history Change-Id: Iee37dba8a4069deee14f2894763f56c0d5e0e324
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.