commit | 951b5334d2a100b1dacd1043a8d5271463d13dc3 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 03 18:13:40 2022 +0000 |
committer | Gurpreet Singh <gurpreetgs@google.com> | Fri Mar 04 14:05:34 2022 +0000 |
tree | 4122faffd190149e6ae093ffcdbd16c2fd0e0820 | |
parent | a4d7bb980441bb93f4b33f88e012721663c548ca [diff] |
Using common apex_defaults for com.android.resolv module. In /packages/modules/common/sdk/ModuleDefaults.bp file, some apex_defaults are added to provide common parameters corresponding to Q, R, S, and T releases. (Refer to CL link for above mentioned change - https://android-review.googlesource.com/c/platform/packages/modules/common/+/2005890?forceReload=true) This CL is using the apex_default corresponding to R release for the com.google.android.resolv module. Bug: 172589606 Test: USE_RBE=true m Since there are no runtime changes, successful code build is enough for testing. Change-Id: I07e27a49863dc5978b85610624b17f204989b78b
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.