OSDN Git Service

Tweak development settings to report system property changes.
authorDianne Hackborn <hackbod@google.com>
Wed, 9 May 2012 21:03:26 +0000 (14:03 -0700)
committerDianne Hackborn <hackbod@google.com>
Wed, 9 May 2012 21:53:44 +0000 (14:53 -0700)
commit87ca70172cc25ed2195d310b71d9c652a0757b88
tree6f2c77419d564e7a425624f0a7f33046a27a01af
parent48c72676b3717fc1f46c6e0ca9c4842ca6f588e1
Tweak development settings to report system property changes.

Uses the new IBinder hack to tell all registered system services
about the property change.  This should get most processes of
interest...  some of them many times over, even.

This implementation does the broadcast for every debug property
change, though currently the only ones handling it are the
trace and layout bounds debugging properties.

Change-Id: Ibe3a10a40184751b8b2ed00021a224182d8f3f30
src/com/android/settings/DevelopmentSettings.java