summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2019-01-08 12:07:15 -0800
committerTor Norbye <tnorbye@google.com>2019-01-08 14:20:31 -0800
commit0f2dc8d0f0ff6b15cdfed0087a1ed527169cc324 (patch)
tree19df8f9d20ea2669648d6cf0d2a827431037aadf /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent9ebc299b734ee2babf1587ec9537c18dfc302dd0 (diff)
118395019: Hide constants and methods in StatsLogInternal
This CL updates the code generator which creates the hidden StatsLogInternal class to explicitly hide the generated constants and write methods as well. The intent of this class was for everything to be hidden, but it turns out that public methods and fields in hidden classes which are extended by a public class also ends up in the SDK, even though they don't appear in the signature file. StringBuilder#setLength(int) is an example of this. Bug: 118395019 Test: make sdk Change-Id: I97e510e8155ee50ade653f6abeb5479c7ca9029d
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions