Merge "Show current event threshold in EVENT TRACKER POLICY SETTINGS "
This commit is contained in:
@@ -338,7 +338,7 @@ abstract class BaseAppStateTimeSlotEventsTracker
|
|||||||
pw.print(prefix);
|
pw.print(prefix);
|
||||||
pw.print(mKeyNumOfEventsThreshold);
|
pw.print(mKeyNumOfEventsThreshold);
|
||||||
pw.print('=');
|
pw.print('=');
|
||||||
pw.println(mDefaultNumOfEventsThreshold);
|
pw.println(mNumOfEventsThreshold);
|
||||||
}
|
}
|
||||||
pw.print(prefix);
|
pw.print(prefix);
|
||||||
pw.print("event_time_slot_size=");
|
pw.print("event_time_slot_size=");
|
||||||
|
|||||||
Reference in New Issue
Block a user