commit | cb016931d4e3696c3a8e70648325a3f15ed45405 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Nov 04 07:26:53 2020 +0800 |
committer | Ken Chen <cken@google.com> | Fri Nov 06 17:50:20 2020 +0800 |
tree | 2e9e3b5f7806d9e8f741ed7f8e11648c6b6e1e55 | |
parent | d1d1507c73b71f402a13cf904dd227c1f47e0ddc [diff] |
Test for thread creation failed Netd should not crash when thread creation is failed on Asynchronous API call. Bug: 169105756 Test: run test w/ and w/o I9241a094653651e1bdda79eb753e7a53e5e51d8f Change-Id: Iadd94eb661ea15adfffc8d8e31e7990901bedb28
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.