commit | 1f8ba241f2edb04628b60e9e69c43ba683581787 | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Wed Jun 28 07:25:01 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 28 07:25:01 2023 +0000 |
tree | 6fbc09179bc10b37fa35f76fad626a490ab5fd85 | |
parent | 3b34d5e3741c4b7d295427fc83282c2fe8355eb0 [diff] | |
parent | 8976a6ab1c5504325f46fb610f6d3143479b061e [diff] |
Merge "Update log level"
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; } }