Loading apex/statsd/Android.bp +0 −4 Original line number Diff line number Diff line Loading @@ -63,11 +63,7 @@ cc_library_shared { shared_libs: [ "libnativehelper", // Has stable abi - should not be copied into apex. "liblog", // Has a stable abi - should not be copied into apex. ], static_libs: [ //TODO: make shared - need libstatssocket to also live in the apex. "libstatssocket", "libcutils", // TODO: remove - needed by libstatssocket ], //TODO: is libc++_static correct? stl: "libc++_static", Loading core/java/com/android/internal/logging/MetricsLogger.java +2 −5 Original line number Diff line number Diff line Loading @@ -55,12 +55,9 @@ public class MetricsLogger { protected void saveLog(LogMaker log) { // TODO(b/116684537): Flag guard logging to event log and statsd socket. EventLogTags.writeSysuiMultiAction(log.serialize()); if (log.getCategory() != MetricsEvent.RESERVED_FOR_LOGBUILDER_COUNTER && log.getCategory() != MetricsEvent.RESERVED_FOR_LOGBUILDER_HISTOGRAM) { FrameworkStatsLog.write(FrameworkStatsLog.KEY_VALUE_PAIRS_ATOM, /* UID is retrieved from statsd side */ 0, log.getEntries()); } } public static final int VIEW_UNKNOWN = MetricsEvent.VIEW_UNKNOWN; public static final int LOGTAG = EventLogTags.SYSUI_MULTI_ACTION; Loading core/jni/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ cc_library_shared { "libseccomp_policy", "libgrallocusage", "libscrypt_static", "libstatssocket", ], shared_libs: [ Loading Loading @@ -266,6 +265,7 @@ cc_library_shared { "libdl", "libdl_android", "libstatslog", "libstatssocket", "libtimeinstate", "server_configurable_flags", "libstatspull", Loading Loading
apex/statsd/Android.bp +0 −4 Original line number Diff line number Diff line Loading @@ -63,11 +63,7 @@ cc_library_shared { shared_libs: [ "libnativehelper", // Has stable abi - should not be copied into apex. "liblog", // Has a stable abi - should not be copied into apex. ], static_libs: [ //TODO: make shared - need libstatssocket to also live in the apex. "libstatssocket", "libcutils", // TODO: remove - needed by libstatssocket ], //TODO: is libc++_static correct? stl: "libc++_static", Loading
core/java/com/android/internal/logging/MetricsLogger.java +2 −5 Original line number Diff line number Diff line Loading @@ -55,12 +55,9 @@ public class MetricsLogger { protected void saveLog(LogMaker log) { // TODO(b/116684537): Flag guard logging to event log and statsd socket. EventLogTags.writeSysuiMultiAction(log.serialize()); if (log.getCategory() != MetricsEvent.RESERVED_FOR_LOGBUILDER_COUNTER && log.getCategory() != MetricsEvent.RESERVED_FOR_LOGBUILDER_HISTOGRAM) { FrameworkStatsLog.write(FrameworkStatsLog.KEY_VALUE_PAIRS_ATOM, /* UID is retrieved from statsd side */ 0, log.getEntries()); } } public static final int VIEW_UNKNOWN = MetricsEvent.VIEW_UNKNOWN; public static final int LOGTAG = EventLogTags.SYSUI_MULTI_ACTION; Loading
core/jni/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,6 @@ cc_library_shared { "libseccomp_policy", "libgrallocusage", "libscrypt_static", "libstatssocket", ], shared_libs: [ Loading Loading @@ -266,6 +265,7 @@ cc_library_shared { "libdl", "libdl_android", "libstatslog", "libstatssocket", "libtimeinstate", "server_configurable_flags", "libstatspull", Loading