Merge changes Ide254542,Id3ad2c75 into main

* changes:
  Rename the CTLogger APIs to reflect the atom name change
  Remove the threshold logic for logging log list update failures
diff --git a/OWNERS_core_networking b/OWNERS_core_networking
index 078ccde..4b73639 100644
--- a/OWNERS_core_networking
+++ b/OWNERS_core_networking
@@ -1,4 +1,5 @@
 jchalard@google.com
+jimictw@google.com
 junyulai@google.com
 lorenzo@google.com
 maze@google.com
diff --git a/tests/cts/net/Android.bp b/tests/cts/net/Android.bp
index 1ba581a..ce94f87 100644
--- a/tests/cts/net/Android.bp
+++ b/tests/cts/net/Android.bp
@@ -24,6 +24,9 @@
         "framework-connectivity-test-defaults",
     ],
 
+    // TODO(b/391766151): remove when NetworkAgentTest passes with Kotlin 2.
+    kotlin_lang_version: "1.9",
+
     // Include both the 32 and 64 bit versions
     compile_multilib: "both",