commit | d573b07b12188a82af3fef79dbae724cc12ecc7d | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Nov 24 08:44:08 2020 +0000 |
committer | Ken Chen <cken@google.com> | Tue Nov 24 08:44:08 2020 +0000 |
tree | ad18b0cfd4916f3b83ee5d389057c28641a5c279 | |
parent | cb016931d4e3696c3a8e70648325a3f15ed45405 [diff] |
Revert "Test for thread creation failed" This reverts commit cb016931d4e3696c3a8e70648325a3f15ed45405. Reason for revert: b/173662697 Change-Id: Ide7cacd82d9ea6f9a28bfb9611867dc9aed6f90d
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.