commit | 8976a6ab1c5504325f46fb610f6d3143479b061e | [log] [tgz] |
---|---|---|
author | chiachangwang <chiachangwang@google.com> | Mon Jun 26 03:30:11 2023 +0000 |
committer | chiachangwang <chiachangwang@google.com> | Mon Jun 26 03:31:47 2023 +0000 |
tree | 52b452191641e26c9c717bec0a97eb34b7774488 | |
parent | b3eccf7b8ab9bdf61bf9a93192defd968baad780 [diff] |
Update log level This is a follow-up commit for aosp/2624381. Test: TH Change-Id: I4125fffe13e3c5cf61a86f685eb8ac87736d15e3
diff --git a/service/src/com/android/server/connectivity/Nat464Xlat.java b/service/src/com/android/server/connectivity/Nat464Xlat.java index b315235..bbf9cef 100644 --- a/service/src/com/android/server/connectivity/Nat464Xlat.java +++ b/service/src/com/android/server/connectivity/Nat464Xlat.java
@@ -567,7 +567,7 @@ try { return (Inet6Address) Inet6Address.getByAddress(v6Addr); } catch (UnknownHostException e) { - Log.e(TAG, "getByAddress should never throw for a numeric address"); + Log.wtf(TAG, "getByAddress should never throw for a numeric address", e); return null; } }