API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
void startRecyclerTracing(String, |
Starts tracing the view recycler of the specified view. |
void stopRecyclerTracing() |
Stops the current view recycer tracing. |
void trace(View, |
Outputs a trace to the currently opened traces file. |
void trace(View, |
Outputs a trace to the currently opened recycler traces. |
Added Fields | |
---|---|
boolean TRACE_HIERARCHY |
Enables or disables view hierarchy tracing. |
boolean TRACE_RECYCLER |
Enables or disables view recycler tracing. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |