commit | 0485cde4ba492412cc6a3b85ed36fd8b7a488a92 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 26 16:58:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 26 16:58:19 2020 +0000 |
tree | f45af1edeef6afea215287d7d54f46a4147fdad1 | |
parent | 64210f4207742bbb6923f5167981ab3635c4b00c [diff] | |
parent | 28a5b826d8a0ab00d291da8df6e1bf76f1bf85d8 [diff] |
Style fixes in the external pref64 support. am: 35777880fd am: 28a5b826d8 Change-Id: I908b08b63330facc01638c8085a9fa2849786525
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.