commit | c6626fdd8ba2cdee6687bc544bfe54c469876398 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Nov 10 12:35:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 10 12:35:00 2020 +0000 |
tree | c6aa11be0393b44065e238c443336af06667faf5 | |
parent | b764f73536fb624a625e3ef358ba8b85cec545e5 [diff] | |
parent | 753443ad1f601ad5fd13602cd0189f7e3842c6e1 [diff] |
Merge "Fix AIBinder_linkToDeath not being called issue"
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.