commit | 9b969c905b896cf828ae68bcf91391ad31f0c5d6 | [log] [tgz] |
---|---|---|
author | Akshay Thakker <aksh@google.com> | Fri Jun 26 20:39:12 2020 +0000 |
committer | Akshay Thakker <aksh@google.com> | Tue Jun 30 05:27:03 2020 +0000 |
tree | fda31a1876bfc9bcc9672688ef3c921508ac5142 | |
parent | 2682c2dd9f6bc14e3db16a62b4d587290546b224 [diff] |
Version bump to r_aml_309999900 [apex/manifest.json] Change-Id: Idf8cf0f19be7d4ad4c9277b67cac1d95e42799ae Exempt-From-Owner-Approval: Version bump only
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.