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

Commit beaaf3c7 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add flag opp_service_fix_index_out_of_bounds_exception_in_update_thread

Bug: 321897599
Bug: 326135849
Bug: 315241296
Test: m -j;
Change-Id: Ica918a6fc5a5d5435d20d24ee9b5eb18285a2b1d
parent 07805ac1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -17,3 +17,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "opp_service_fix_index_out_of_bounds_exception_in_update_thread"
    namespace: "bluetooth"
    description: "Fix IndexOutOfBoundsException which happens in OPP service's UpdateThread"
    bug: "326135849"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}