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
…
…
cherrypick from ics-mr1 docs: source for nw app Change-Id: If50f407a0e56fa802fe9beedaa650e3a131872b2
…
…
Description
No description provided
Languages
Java
77.3%
Kotlin
9.2%
PowerBuilder
6.6%
C++
5.5%
AIDL
1%