History log of /frameworks/base/core/java/android/os/Trace.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d11ca4dd2ca90e1412b24f4526a56f7b963054a8 23-Oct-2012 Andy McFadden <fadden@android.com> 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
/frameworks/base/core/java/android/os/Trace.java
9c0d9cf25ffdf4f6545e489b22ba621bf0b7ba29 01-Jun-2012 Eino-Ville Talvala <etalvala@google.com> Add camera as an ATRACE tag

Change-Id: I7b4fc51f8b0eb97190817f8cbc9f743b0d112922
/frameworks/base/core/java/android/os/Trace.java
f558780c20b25b85e2e8f3f03ab76c460fb8bf1d 17-May-2012 Jeff Brown <jeffbrown@google.com> Add a label for the new video trace tag.

Change-Id: Ie296b4b5ca73987cdea7766f8698fc43704b2e81
/frameworks/base/core/java/android/os/Trace.java
24dae6c611455ec38675554033e4d18810d77d6c 11-May-2012 Jamie Gennis <jgennis@google.com> Trace: add a tracing tag for video

Change-Id: If4c3c76b049a475ca99eb258dc3d432435e77dc0
/frameworks/base/core/java/android/os/Trace.java
a53de0629f3b94472c0f160f5bbe1090b020feab 09-May-2012 Dianne Hackborn <hackbod@google.com> Add callback hack to find out when to load system properties.

Use this to reload the trace and layout bounds properties.

This is ONLY for debugging.

Change-Id: I1c4bdb52c823520c352c5bac45fa9ee31160793c
/frameworks/base/core/java/android/os/Trace.java
83e6eb11d7ec24e7c363beccab0806989ad89ec5 08-May-2012 Dianne Hackborn <hackbod@google.com> Support for changing traces from development settings.

Publish information needed to build UI, fix SystemProperties.getLong()
to be able to read this property, fix some issues in
MultiCheckPreference.

Change-Id: I10c8ff84a167fdb42f6c93500201b78b844cfb8b
/frameworks/base/core/java/android/os/Trace.java
ed853fc4e0ba8ce0692d65064e12cf129b5d1f3e 07-May-2012 Glenn Kasten <gkasten@google.com> Add audio tag to systrace

Change-Id: I3c5af7c5d166ff24ef57918a4dbda6327b03cc1f
/frameworks/base/core/java/android/os/Trace.java
09b45a3ad96379b4181d32f8391f63e9c57dc316 04-May-2012 Andy Stadler <stadler@google.com> Add System Tracing capability to Sync Manager

This tracing code is enabled via "systrace.py --set-tags sync"

Change-Id: Ia8bc01adbba345a568405b0ac8ade96e56b40cc1
/frameworks/base/core/java/android/os/Trace.java
1ded0b1f6af65c2f95f8327f7f3df4cee1bf2346 26-Apr-2012 Dianne Hackborn <hackbod@google.com> Add traces for window manager and activity manager.

Change-Id: I525d762db328e4c597da27b6b56d9a808e199756
/frameworks/base/core/java/android/os/Trace.java
192a65e9f6ebdc452520e19f95c68c270b3f96da 17-Apr-2012 Chris Craik <ccraik@google.com> Add webview tracing bit

Change-Id: I7e292cf780fa2e59f183debb0e7e2bc61f27543d
/frameworks/base/core/java/android/os/Trace.java
481c1570dc5cdf58265b53f657801709dd05d1df 09-Mar-2012 Jeff Brown <jeffbrown@google.com> Add Java wrappers for new atrace functionality.

Instrument a few parts of the input dispatcher and the
view hierarchy.

Change-Id: I49285c9fb3502253baa1ffed60f521b8c24fccaf
/frameworks/base/core/java/android/os/Trace.java