summaryrefslogtreecommitdiff
path: root/tools/stats_log_api_gen/main.cpp
AgeCommit message (Expand)Author
2020-12-12Migrate to frameworks/proto_logging/statsBaligh Uddin
2020-11-24Revert^2 "Delete atoms.proto from statsd"Jeffrey Huang
2020-11-24Revert "Delete atoms.proto from statsd"Alex Light
2020-11-23Delete atoms.proto from statsdJeffrey Huang
2020-08-03Update stats-log-api-gen based off of google3 presubmit-checksSalud Lemus
2020-07-31Update stats-log-api-gen source based off of google3 presubmit checksSalud Lemus
2020-06-18Remove libstatsmetadataMuhammad Qureshi
2020-04-17Remove kMaxPushedAtomId from atoms_info.Muhammad Qureshi
2020-03-24Run clang-format in stats_log_api_genMuhammad Qureshi
2020-03-17Store annotation during collationMuhammad Qureshi
2020-03-06Merge "Remove libstatslog from libstatsmetadata" into rvc-devMuhammad Qureshi
2020-03-05Remove libstatslog from libstatsmetadataMuhammad Qureshi
2020-03-05Delete unused code in stats-log-api-genMuhammad Qureshi
2020-01-29Generate compile-time Q-compatible StatsLogMuhammad Qureshi
2020-01-23Add flag to stats-log-api-gen for WorkSource.Muhammad Qureshi
2020-01-08Add --supportQ flag to java StatsLog codegenMuhammad Qureshi
2020-01-08Support new socket schema in native codegenMuhammad Qureshi
2020-01-08Move statsd metadata from statslog to atoms_infoMuhammad Qureshi
2020-01-08Use StatsEvent in Java autogenerated codeMuhammad Qureshi
2019-06-05Blacklist truncated atoms instead of whitelistnigTej Singh
2019-04-09stats_log_api_gen: Minor printf format fixGreg Kaiser
2019-04-06Java code for mainline modules to log to statsd.Tej Singh
2019-03-26Report the last atom tag, uid in the case of log loss.Yao Chen
2019-03-23Merge "Mainline logging to statsd: native static libs"TreeHugger Robot
2019-03-20Public StatsLog API for generic mainline logging.Tej Singh
2019-03-15Mainline logging to statsd: native static libsTej Singh
2019-02-09Merge "Generate constants for enum values in cpp header"Muhammad Qureshi
2019-02-06Generate constants for enum values in cpp headerMuhammad Qureshi
2019-02-06Add whitelist atom field optionAndrei Onea
2019-01-10Add a struct wrapper for bytes fields in stats_log cpp APIs.Yao Chen
2019-01-09Merge "118395019: Hide constants and methods in StatsLogInternal" am: 0a5f263...Adrian Roos
2019-01-08118395019: Hide constants and methods in StatsLogInternalTor Norbye
2018-12-20Merge "Statsd: Enable host_supported for libstatslog" am: 0d7970f4e9 am: 46ef...Jack He
2018-12-20Statsd: Enable host_supported for libstatslogJack He
2018-12-15Add byte size of the bytes fields to statslog c++ APIs.Yao Chen
2018-12-15Skip writing message field in an atom if it's emptyYao Chen
2018-12-15Allow atoms to log fields in bytes format.Yao Chen
2018-12-06Add byte size of the bytes fields to statslog c++ APIs.Yao Chen
2018-11-29Skip writing message field in an atom if it's emptyYao Chen
2018-11-09Pass the last error code when statslog.write failsYao Chen
2018-10-24Allow atoms to log fields in bytes format.Yao Chen
2018-09-27Support int32_t (Java Integer) in KeyValuePair atomHoward Ro
2018-09-10allow use of atom definition outside of atoms.proto in pulled atomsChenjie Yu
2018-09-07Interface of writing key value pair atom to socket and parsing from statsd.Yangster-mac
2018-08-22Add more accurate logging for stats log loss.Yao Chen
2018-06-07Merge "Disable statsd and make StatsLog no-op if ro.statsd.enable=false" into...Yao Chen
2018-06-06Disable statsd and make StatsLog no-op if ro.statsd.enable=falseYao Chen
2018-06-05Wean statsd off batterystats: workchain (cp)Bookatz
2018-04-20Allow StatsLog to directly write to statsd's socket.Yao Chen
2018-04-10Logd retry throttling.Yangster-mac