commit | d6627fbbfce830921b9feb9a24b6d563681ac7c0 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 29 18:30:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 29 18:30:40 2020 +0000 |
tree | bcb4c9061e235a0f77712ad52b5edcabda5ce527 | |
parent | acf7b81a70ecb5d3040aa45dfb57263030a6becb [diff] | |
parent | b9a10a82912cb33f05d44f0d0d2744edf5bc2d25 [diff] |
Fix the side channel attack by using aysnc DnsResolver API with FLAG_NO_CACHE_STORE am: b9a10a8291 Change-Id: Id31bc1d96d079a6f289238f208a5691e1585026e
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.