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

Commit 8e686c55 authored by Chris Li's avatar Chris Li
Browse files

Add flag for cleanup on dispatchPendingTransactions RemoteException

Bug: 323801078
Test: add flag only
Flag: EXEMPT add flag only
Change-Id: I863c7c409ab2d5b49a0421e64a4453a8838fbd20
parent 6ae8eb81
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -160,3 +160,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "cleanup_dispatch_pending_transactions_remote_exception"
    description: "Refactor to cleanup for RemoteException from dispatchPendingTransactions"
    bug: "323801078"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}