commit | 2e397aebcd4f182fdd680108bb59ee7fd6b7a934 | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Mon Sep 02 04:52:03 2024 +0000 |
committer | Handa Wang <handaw@google.com> | Mon Sep 02 04:52:03 2024 +0000 |
tree | 97085ada2245f355b8d57e9441acea628d333a2b | |
parent | a0dc47579c1be5349fda3ef52be10865a67ff5ff [diff] |
[Thread] Use SharedLog in ThreadNetworkService This CL replaces all Log.i/e/w/d/wtf with SharedLog in ThreadNetworkService and its subcomponents. Note that here are some necessary changes: - Log.d() is changed to SharedLog.v() - Only ERROR and WTF level of SharedLog supports Throwable. Some logging statements are changed slightly. Bug: 351956873 Change-Id: I9c48381195fb3e96b7115ec2ebf229af048ea8de