commit | 67860427896e2074905f29ee4b5b1dcce3502d5f | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 24 07:01:58 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Tue Mar 24 07:01:58 2020 +0000 |
tree | 64074fa7457a5b0c92e5cd449129b8c6362217c1 | |
parent | 0018e82290ea40b730bb68ba47e04f03d5d8407c [diff] | |
parent | 481550409039485b49622e3392a2e8294303a4a2 [diff] |
Snap for 6326486 from 481550409039485b49622e3392a2e8294303a4a2 to mainline-release Change-Id: I5974590753ab85d6eceb5203140d46e0f1a133bc
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.