commit | fdb043b259fb3b7882c9fb2e6342073d8999aa1a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 04 12:48:08 2021 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 14:59:39 2021 +0900 |
tree | b361bcec324758b39675e6bf07e4c1258eff0f67 | |
parent | 88d5702da2fd9d57f496babe594e967e7417b41d [diff] |
Remove ndk_platform backend. Use the ndk backend. The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Merged-In: Iab535f4e2c9ba5017e9ee2e112ff20059e7f401b Change-Id: I7c09e3355df90b2a9ba0cc7c5ca4f716b8207f1d
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.