commit | 511b6d4f1fb2cc611fb397bb212aee2120f43029 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu May 21 22:57:31 2020 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu May 21 23:01:42 2020 +0900 |
tree | ab4f2456414d1b8ad0b879cd73344d34b6823484 | |
parent | a126c243feb1199d8b06526d17f9d5dbce6ffabe [diff] |
Style fixes in the external pref64 support. - Address a code review comment to pass a variable by reference instead of by pointer. - Add two missed EXCLUDES() thread-safety annotations. - Make "dumpsys dnsresolver" report externally-set prefixes differently from discovered prefixes. Bug: 156914456 Test: existing unit tests pass Change-Id: Ifcdb16cc66c9234a2bd5f8aac70be809fe0dd223
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.