Broadscale logging for Settings
Bug: 26687914 Change-Id: Ida75ccf95376538e2ba95d212d333c40fd2dd6e0
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
package com.android.settings;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.support.v14.preference.PreferenceFragment;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
|
||||
/**
|
||||
* Instrumented fragment that logs visibility state.
|
||||
*/
|
||||
@@ -44,6 +44,10 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
|
||||
public static final int DATA_SAVER_SUMMARY = UNDECLARED + 14;
|
||||
public static final int DATA_USAGE_UNRESTRICTED_ACCESS = UNDECLARED + 15;
|
||||
|
||||
// Used for generic logging of Settings Preference Persistence, should not be used
|
||||
// outside SharedPreferencesLogger.
|
||||
public static final int ACTION_GENERIC_PACKAGE = UNDECLARED + 16;
|
||||
|
||||
/**
|
||||
* Declare the view of this category.
|
||||
*
|
||||
|
Reference in New Issue
Block a user