commit | cb21b7b95bf0d1de79d9b6a1c7de8c78725fa2c7 | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Tue Dec 14 04:35:27 2021 +0000 |
committer | Nucca Chen <nuccachen@google.com> | Tue Dec 14 04:52:18 2021 +0000 |
tree | bcc57a10e3b5b47705c101b7f968838a110a569c | |
parent | a8106a2e99c6c3c8d905a527e74869d4fef95add [diff] |
tun_forwarder: change the path of header file checksum.h Since name of libipchecksum is changed to libip_checksum in Android.bp, change the header path. Change-Id: I8a40ce98a7d3029c10c7d1730e259c1784bd2e22 Test: m
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.