commit | 6dc27a9393d892116ef3eeb1864c371065d27169 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Tue Mar 22 18:26:01 2022 -0700 |
committer | Florian Mayer <fmayer@google.com> | Tue Mar 22 18:26:01 2022 -0700 |
tree | 752e77f07936ce3f6de22868e024b6ec8274d263 | |
parent | adc98bd97bf52878513e060edead999526ea101a [diff] |
Add net to hwasan-postsubmit Test: Run tests under HWASan. Bug: 193568145 Change-Id: I89d7bf229235a31644237dc1ec77910f0d65da65
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.