Merge "Java flag support for statsd" into sc-dev
This commit is contained in:
@@ -8845,6 +8845,8 @@ package android.provider {
|
||||
field public static final String NAMESPACE_RUNTIME_NATIVE = "runtime_native";
|
||||
field public static final String NAMESPACE_RUNTIME_NATIVE_BOOT = "runtime_native_boot";
|
||||
field public static final String NAMESPACE_SCHEDULER = "scheduler";
|
||||
field public static final String NAMESPACE_STATSD_JAVA = "statsd_java";
|
||||
field public static final String NAMESPACE_STATSD_JAVA_BOOT = "statsd_java_boot";
|
||||
field public static final String NAMESPACE_STATSD_NATIVE = "statsd_native";
|
||||
field public static final String NAMESPACE_STATSD_NATIVE_BOOT = "statsd_native_boot";
|
||||
field @Deprecated public static final String NAMESPACE_STORAGE = "storage";
|
||||
|
||||
@@ -504,6 +504,22 @@ public final class DeviceConfig {
|
||||
public static final String NAMESPACE_CONNECTIVITY_THERMAL_POWER_MANAGER =
|
||||
"connectivity_thermal_power_manager";
|
||||
|
||||
/**
|
||||
* Namespace for all statsd java features that can be applied immediately.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_STATSD_JAVA = "statsd_java";
|
||||
|
||||
/**
|
||||
* Namespace for all statsd java features that are applied on boot.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public static final String NAMESPACE_STATSD_JAVA_BOOT = "statsd_java_boot";
|
||||
|
||||
/**
|
||||
* Namespace for all statsd native features that can be applied immediately.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user