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