commit | 430272da388e4679c2df1de3850e4c2b99e7134f | [log] [tgz] |
---|---|---|
author | Chris Wailes <[email protected]> | Wed Jan 15 17:25:21 2025 -0800 |
committer | Chris Wailes <[email protected]> | Wed Jan 15 17:25:47 2025 -0800 |
tree | ddc21509c23f3397c1baf2020ee7481db07596e0 | |
parent | 11782653adc733cd447bc22522ede8d00c318b94 [diff] |
Update code for Rust 1.83.0 Test: m rust Bug: 384401387` Change-Id: I90b4f908e7a08708c6ebcd1ff69d2a5dc0b6bf52
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.