summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/12/changes
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2012-10-22 16:16:06 -0700
committerAndy McFadden <fadden@android.com>2012-10-22 19:35:39 -0700
commitd11ca4dd2ca90e1412b24f4526a56f7b963054a8 (patch)
tree04fdefe32100779bc9a1af93170e104344859cb7 /docs/html/sdk/api_diff/12/changes
parent8074e98b20ac04fdc032a1ed00dd6763b7e04147 (diff)
Improve systrace tag propagation
The native side of the tracing code latches a copy of the tags from a system property on first use. The Java-side tracing code latches a copy of the native's copy during class init. The tracing code is preloaded by the zygote, which means we get the flags during zygote init and don't update them when we launch a new app. This changes the Java sources to also defer initialization until first use, so that newly-launched apps will use the current value of the system property. Bug 7323431 Change-Id: I7db048ec54345ae9565088a35c2e2b4c82f993fd
Diffstat (limited to 'docs/html/sdk/api_diff/12/changes')
0 files changed, 0 insertions, 0 deletions