commit | 68e488968fc14f9d4aced0802c3b8df98fb90372 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 16:45:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 16:45:42 2020 +0000 |
tree | 90a51cc3801b97d9c9ceecec8707b967ba5d66f1 | |
parent | 46974e15efa37ae83ec055ef715ae2490be190fa [diff] | |
parent | d5de13da6fc5d700df21a0c421b31af0ede02785 [diff] |
[automerger skipped] Merge "Test for unexpected prefix updates in SetAndClearNat64Prefix." into rvc-dev am: d5de13da6f -s ours am skip reason: Change-Id Ic86f93161293b4ad5366fd9cab2e26d4a6f636c4 with SHA-1 61f796b5be is in history Change-Id: Ia82d4b329602d5b7d2fec2d6f5ecea4e7fef9490
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.