Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70ded9fe authored by Yuri Lin's avatar Yuri Lin
Browse files

Rename use_ipcdatacache_channels in favor of nm_binder_perf_cache_channels

The previous flag was added but not used anywhere yet. The new flag name is more in line with other existing flags for this project and uses a more relevant bug number.

Bug: 381131846
Bug: 362981561
Test: n/a flag change only
Flag: android.app.nm_binder_perf_cache_channels
Change-Id: Ife66616049b2283740e4c943b13cb084b8e01306
parent 4ec596d6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -283,6 +283,13 @@ flag {
  bug: "362981561"
}

flag {
  name: "nm_binder_perf_cache_channels"
  namespace: "systemui"
  description: "Use IpcDataCache for notification channel/group lookups"
  bug: "362981561"
}

flag {
  name: "no_sbnholder"
  namespace: "systemui"
+0 −7
Original line number Diff line number Diff line
@@ -122,13 +122,6 @@ flag {
  }
}

flag {
  name: "use_ipcdatacache_channels"
  namespace: "systemui"
  description: "Adds an IPCDataCache for notification channel/group lookups"
  bug: "331677193"
}

flag {
  name: "use_ssm_user_switch_signal"
  namespace: "systemui"