commit | e48f6692bb76e850b42d64da2c528f0b9944c742 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Wed Apr 20 14:47:00 2022 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Wed Apr 20 14:50:20 2022 +0800 |
tree | f07dedbd99511e364fef2fbc6cee85481cb430ba | |
parent | c9e11202ef309cd2afa07964f3d6ac1fe88b5c84 [diff] |
Make kNat64Prefix{..} to be common constants Test: atest ResolverTest Change-Id: Ib7480fa0d2b2bf8453bab2136270ce48db3dae74
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.