1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=tjstuart TARGET=24Q3
5flag {
6  name: "gen_anom_report_on_focus_timeout"
7  namespace: "telecom"
8  description: "When getCurrentFocusCall times out, generate an anom. report"
9  bug: "309541253"
10}
11
12# OWNER=tjstuart TARGET=25Q2
13flag {
14  name: "disconnect_self_managed_stuck_startup_calls"
15  namespace: "telecom"
16  description: "If a self-managed call is stuck in certain states, disconnect it"
17  bug: "360298368"
18}
19
20# OWNER=tgunn TARGET=25Q2
21flag {
22  name: "dont_timeout_destroyed_calls"
23  namespace: "telecom"
24  description: "When create connection timeout is hit, if call is already destroyed, skip anomaly"
25  bug: "381684580"
26  metadata {
27    purpose: PURPOSE_BUGFIX
28  }
29}
30