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