Merge "DO NOT MERGE Log various information about non-foreground activity starts" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dfba41947b
@@ -10509,6 +10509,15 @@ public final class Settings {
|
||||
*/
|
||||
public static final String ACTIVITY_MANAGER_CONSTANTS = "activity_manager_constants";
|
||||
|
||||
/**
|
||||
* Feature flag to enable or disable the activity starts logging feature.
|
||||
* Type: int (0 for false, 1 for true)
|
||||
* Default: 0
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTIVITY_STARTS_LOGGING_ENABLED
|
||||
= "activity_starts_logging_enabled";
|
||||
|
||||
/**
|
||||
* App ops specific settings.
|
||||
* This is encoded as a key=value list, separated by commas. Ex:
|
||||
|
||||
Reference in New Issue
Block a user