commit | 8b162d16c912685690489dd1552a9f01fb0b3f62 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Sat Jan 04 15:06:35 2020 -0800 |
committer | Baligh Uddin <baligh@google.com> | Fri Jan 24 11:09:19 2020 -0800 |
tree | a275fdd142e8b6b8eda7bd1d8bb194ff2e2d6302 | |
parent | fa7cbaf73ddea68af73c301061bf27e8e559ae57 [diff] |
Remove hardcoded sdk for 'R' module BUG: 130541924 Change-Id: I597a00ba1c6a286da3fd33733897da8a3e25959a Exempt-From-Owner-Approval: baligh@ approving to unblock TM
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.