| commit | c370078a902e44e5f38c801acc5054d29d168f61 | [log] [tgz] |
|---|---|---|
| author | Bharath <bharath@teamb58.org> | Sun Apr 14 16:54:30 2024 +0530 |
| committer | Bharath <bharath@teamb58.org> | Sun Apr 14 16:54:30 2024 +0530 |
| tree | 9adecea3f78630452ebc0d347a5b235595224341 | |
| parent | dceba123fceb06ad6ff5cb219fdec3d3553a80d3 [diff] | |
| parent | bf65d50e1091ef78a243d5eb842b64f2eeebc1cb [diff] |
Merge tag 'LA.QSSI.11.0.r1-21200-qssi.0' into staging/target/11/fp4 LA.QSSI.11.0.r1-21200-qssi.0 * tag 'LA.QSSI.11.0.r1-21200-qssi.0': Fix use-after-free in DNS64 discovery thread Change-Id: Ib29895ffdc521beb3a65da3b0fa94e88b8d8bedb
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.