commit | 7ac83d6885d3aab1febe246317b3c48309cd50f7 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Thu Mar 10 10:14:50 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 10 10:14:50 2022 +0000 |
tree | 1dfb059799d63a5cf64f1a61de33bd63d008ed06 | |
parent | 655e99321bdb4efd5516b11336182e961ab74fa0 [diff] | |
parent | e0168482532d9258ca695ba36cdd1808e35f6df9 [diff] |
Logging life cycle of each test am: e016848253 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/2015095 Change-Id: I0db1f9f986578f8489d3c4d13001992f37a0f078
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.