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

Commit 2ff68141 authored by Daniel Colascione's avatar Daniel Colascione
Browse files

Add TODO for resolving property-set race

Test: it's a comment
Bug: 140788621
Change-Id: I02bb0571164db1d7c28197c6e189aef9d6890e4c
parent 1e191621
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -442,6 +442,8 @@ public abstract class PropertyInvalidatedCache<Query, Result> {
                            nonce,
                            newValueString));
        }
        // TODO(dancol): add an atomic compare and exchange property set operation to avoid a
        // small race with concurrent disable here.
        SystemProperties.set(name, newValueString);
    }