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

Commit c34d2fe0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag for the new getPendingJobReasonsHistory API." into main

parents 5f328f66 f874d583
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -45,3 +45,11 @@ flag {
    description: "Introduce a new getPendingJobReasons() API which returns reasons why a job may not have executed. Also deprecate the existing getPendingJobReason() API."
    bug: "372031023"
}

flag {
    name: "get_pending_job_reasons_history_api"
    is_exported: true
    namespace: "backstage_power"
    description: "Introduce a new getPendingJobReasonsHistory() API which returns a limited historical view of getPendingJobReasons()."
    bug: "372031023"
}