diff options
author | Salud Lemus <saludlemus@google.com> | 2020-07-22 19:53:44 +0000 |
---|---|---|
committer | Salud Lemus <saludlemus@google.com> | 2020-07-22 19:53:44 +0000 |
commit | 0deb0e3dfdc24cce19c3c0ee66e4e420a475e0a6 (patch) | |
tree | 2ce169f0cce9ccb12c8eb586ed2ab8c77ba981c4 /tools/stats_log_api_gen/utils.h | |
parent | 8b84a38e8c8e39fca93fe0196465f3086db123e1 (diff) |
Revert "Revert "Add pulled atoms support for native clients in s..."
Revert submission 12182663-revert-12111163-native pulled atoms support-NYTWIBBAKX
Reason for revert: Uploaded CL that guards the use of the symbol "AStatsEvent_getBuffer"
Reverted Changes:
Ib6cc99e9b:Revert "Make libstatspull host supported"
I665448247:Revert "Add pulled atoms support for native client...
Change-Id: I59d861fc9ffc6f03cc0dbd34e82a4df4f51f0cb9
Diffstat (limited to 'tools/stats_log_api_gen/utils.h')
-rw-r--r-- | tools/stats_log_api_gen/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats_log_api_gen/utils.h b/tools/stats_log_api_gen/utils.h index 73e0cb838227..42dc90eb79dc 100644 --- a/tools/stats_log_api_gen/utils.h +++ b/tools/stats_log_api_gen/utils.h @@ -59,7 +59,7 @@ void write_closing_namespace(FILE* out, const string& cppNamespaces); void write_native_atom_constants(FILE* out, const Atoms& atoms, const AtomDecl& attributionDecl); -void write_native_method_signature(FILE* out, const string& methodName, +void write_native_method_signature(FILE* out, const string& signaturePrefix, const vector<java_type_t>& signature, const AtomDecl& attributionDecl, const string& closer); |