commit | 2435f1a24579fb00c06dc999f7d835cf1da6396a | [log] [tgz] |
---|---|---|
author | Bessie Jiang <bessiej@google.com> | Thu Jan 02 13:22:52 2025 +0000 |
committer | Bessie Jiang <bessiej@google.com> | Tue Jan 07 11:31:16 2025 +0000 |
tree | 039709018d82d074fcf0b2ae1e25784fdb6953ab | |
parent | c66715b1d16e400b537bc2d687071f863d153ec3 [diff] |
Reduce the visibility of logging to statsd to package-private This change makes CTLogger into a public interface and reduces the visibility of the actual implementation to package-private, as it was only made public to allow for testing via mocking. Flag: com.android.net.ct.flags.certificate_transparency_service Bug: 378626065 Test: atest NetworkSecurityUnitTests Change-Id: Ifeab50244219396ba3d3fc7f87b8d6e31ff726c9