blob: 78fe2310bb7c36e7fa396f157b6719350b3a2b67 [file] [log] [blame] [edit]
package: "android.chre.flags"
container: "system"
flag {
name: "flag_log_nanoapp_load_metrics"
namespace: "context_hub"
description: "This flag controls nanoapp load failure logging in the HAL and the addition of MetricsReporter"
bug: "298459533"
}
flag {
name: "metrics_reporter_in_the_daemon"
namespace: "context_hub"
description: "This flag controls the addition of MetricsReporter into the CHRE daemon"
bug: "298459533"
}
flag {
name: "wait_for_preloaded_nanoapp_start"
namespace: "context_hub"
description: "This flag controls the waiting-for-nanoapp-start behavior in the CHRE daemon"
bug: "298459533"
}
flag {
name: "remove_ap_wakeup_metric_report_limit"
namespace: "context_hub"
description: "This flag controls removing a count limit on reporting the AP wakeup metric"
bug: "298459533"
}
flag {
name: "context_hub_callback_uuid_enabled"
namespace: "context_hub"
description: "Call IContextHubCallback.getUuid() to retrieve the UUID when this flag is on"
bug: "247124878"
}
flag {
name: "abort_if_no_context_hub_found"
namespace: "context_hub"
description: "Abort the HAL process if no context hub info found. For debug purpose only."
bug: "344642685"
}
flag {
name: "reduce_lock_holding_period"
namespace: "context_hub"
description: "A flag guarding the change of reducing lock holding period to avoid deadlock."
bug: "347392749"
}
flag {
name: "reconnect_host_endpoints_after_hal_restart"
namespace: "context_hub"
description: "Reconnect host endpoints of ContextHubService after Context Hub HAL restarts."
bug: "348253728"
}
flag {
name: "bug_fix_reduce_lock_holding_period"
namespace: "context_hub"
description: "A flag guarding the fix of reducing lock holding period to avoid deadlock."
bug: "347392749"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "reliable_message"
is_exported: true
namespace: "context_hub"
description: "Enable the reliable message APIs"
bug: "314081414"
}
flag {
name: "reliable_message_implementation"
namespace: "context_hub"
description: "Enable support for reliable messages in CHRE"
bug: "314081414"
}
flag {
name: "reliable_message_duplicate_detection_service"
namespace: "context_hub"
description: "Enable duplicate detection for reliable messages in the Context Hub Service"
bug: "331795143"
}
flag {
name: "reliable_message_retry_support_service"
namespace: "context_hub"
description: "Enable retries for reliable messages in the Context Hub Service"
bug: "331795143"
}
flag {
name: "reliable_message_test_mode_behavior"
namespace: "context_hub"
description: "Enables test mode behaviors in the Context Hub Service for reliable messages"
bug: "333567339"
}