History log of /system/core/toolbox/watchprops.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
389e358017ad15485f2bd9120feebfffa489131b 13-Feb-2013 Greg Hackmann <ghackmann@google.com> toolbox: reimplement watchprops using __system_property_foreach()

Internally, replace the watchlist array with a hashmap since the array
assumes properties are enumerated in a consistent order and foreach()
probably won't. (find_nth() never guaranteed this either but it usually
worked in practice.)

Change-Id: I83843facdd671edd09652edf472e88ec3d1edd3b
Signed-off-by: Greg Hackmann <ghackmann@google.com>
/system/core/toolbox/watchprops.c
91779634debc79bc75d3df4e0f59d964ad4f5f78 29-Jan-2013 Colin Cross <ccross@android.com> toolbox: hide property implementation from watchprops

Change-Id: Ia6609116d641d3354971ca40a16ffcab38484150
/system/core/toolbox/watchprops.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/watchprops.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/watchprops.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/toolbox/watchprops.c