Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiDevice.java129 Tracer.trace(); in getDisplaySizeDp()
152 Tracer.trace(); in getProductName()
172 Tracer.trace(); in getLastTraversedText()
182 Tracer.trace(); in clearLastTraversedText()
192 Tracer.trace(); in pressMenu()
205 Tracer.trace(); in pressBack()
218 Tracer.trace(); in pressHome()
231 Tracer.trace(); in pressSearch()
241 Tracer.trace(); in pressDPadCenter()
251 Tracer.trace(); in pressDPadDown()
[all …]
DUiScrollable.java66 Tracer.trace(); in setAsVerticalList()
77 Tracer.trace(); in setAsHorizontalList()
117 Tracer.trace(childPattern, text); in getChildByDescription()
139 Tracer.trace(childPattern, text, allowScrollSearch); in getChildByDescription()
163 Tracer.trace(childPattern, instance); in getChildByInstance()
188 Tracer.trace(childPattern, text); in getChildByText()
209 Tracer.trace(childPattern, text, allowScrollSearch); in getChildByText()
229 Tracer.trace(text); in scrollDescriptionIntoView()
242 Tracer.trace(obj.getSelector()); in scrollIntoView()
257 Tracer.trace(selector); in scrollIntoView()
[all …]
DUiObject.java89 Tracer.trace(); in getSelector()
121 Tracer.trace(selector); in getChild()
135 Tracer.trace(selector); in getFromParent()
147 Tracer.trace(); in getChildCount()
238 Tracer.trace(steps); in swipeUp()
266 Tracer.trace(steps); in swipeDown()
294 Tracer.trace(steps); in swipeLeft()
321 Tracer.trace(steps); in swipeRight()
389 Tracer.trace(); in click()
409 Tracer.trace(); in clickAndWaitForNewWindow()
[all …]
DUiCollection.java52 Tracer.trace(childPattern, text); in getChildByDescription()
86 Tracer.trace(childPattern, instance); in getChildByInstance()
110 Tracer.trace(childPattern, text); in getChildByText()
140 Tracer.trace(childPattern); in getChildCount()
DTracer.java209 public static void trace(Object... arguments) { in trace() method in Tracer
/frameworks/base/docs/html/tools/help/
Ddmtracedump.jd8 graphical call-stack diagrams from trace log files (instead of using Traceview).</p>
10 …ment is a reference to the available command line options. For more information on generating trace
16 dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] &lt;trace-base-name&gt;
19 <p>The tool then loads trace log data from <code>&lt;trace-base-name&gt;.data</code> and
20 &lt;trace-base-name&gt;.key. The table below lists the options for dmtracedump.</p>
30 <td><nobr><code>-d&nbsp;<em>&lt;trace-base-name&gt;</em></code></nobr></td>
32 <td>Diff with this trace name</td>
50 <td>Dump the trace file instead of profiling</td>
54 <td><code>-d&nbsp;<em>&lt;trace-base-name&gt;</em></code></td>
Dgltracer.jd55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace
59 <img src="{@docRoot}images/gltracer/dialog-trace.png">
62 <p>To capture an OpenGL ES trace for an Android application:</p>
69 <li>On the toolbar, click the trace capture button (<img
71 <li>In the dialog box, select the <strong>Device</strong> to use for the trace.</li>
73 containing the activity you want to trace, for example: {@code com.example.android.opengl}</li>
75 want to trace, for example: {@code OpenGLES20Complete}
82 Be aware that using this option can result in large trace files.</p>
84 <li>Enter a <strong>Destination File</strong> for the trace output.</li>
85 <li>Click <strong>Trace</strong> to start the trace capture.</li>
[all …]
Dsystrace.jd24 computer's execution path. In order to generate a trace, you must connect a device running Android
52 <li>In the <strong>Devices</strong> tab, select the device on which to run a trace. If no
57 <li>Set the tracing options and click <strong>OK</strong> to start the trace.</li>
72 <li>In the <strong>Devices</strong> tab, select the device on which to run a trace. If no
77 <li>Set the tracing options and click <strong>OK</strong> to start the trace.</li>
91 <li>In the <strong>Devices</strong> tab, select the device on which to run a trace. If no
96 <li>Set the tracing options and click <strong>OK</strong> to start the trace.</li>
121 trace category tag. Here is an example execution run that sets trace tags and generates a trace
130 <strong>Tip:</strong> If you want to see the names of tasks in the trace output, you <em>must</em>
153 <td>Write the HTML trace report to the specified file.</td>
[all …]
Dproguard.jd101 translates the obfuscated stack trace back to the original class, method, and member names.
163 <p>When your obfuscated code outputs a stack trace, the method names are obfuscated, which makes
169 or Mac OS X can convert an obfuscated stack trace to a readable one. It is located in the
184 …sure that you can debug a problem if a user encounters a bug and submits an obfuscated stack trace.
191 …containing a stack trace from the application that is currently published. You no longer have a wa…
192 …of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the…
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd40 …<p>When you have a trace log file (generated by adding tracing code to your application or by DDMS…
89 <p>To use Traceview, you need to generate log files containing the trace information you want to
92 <p>There are two ways to generate trace logs:</p>
96 android.os.Debug#stopMethodTracing()}, to start and stop logging of trace information to disk.
98 you can specify exactly where to start and stop logging trace data in your code.</li>
99 <li>Use the method profiling feature of DDMS to generate trace logs. This option is less
107 <p>Before you start generating trace logs, be aware of the following restrictions:</p>
116 <li>Android 2.2 and later devices do not need an SD card. The trace log files are
122 …<p>This document focuses on using the {@link android.os.Debug} class to generate trace data. For …
123 …to generate trace data, see <a href="ddms.html#profiling">Using the Dalvik Debug Monitor Server.</…
[all …]
Dsystrace.jd15 <li><a href="#limit-trace">Limiting trace data</a></li>
20 <li><a href="#app-trace">Tracing Application Code</a></li>
67 <p>In order to create a trace of your application, you must perform a few setup steps. First, you
70 system, and install your application. Some types of trace information, specifically disk activity
80 <h3 id="limit-trace">Limiting trace data</h3>
87 <li>Limit the amount of time covered by the trace with the {@code -t, --time} option. The default
88 length of a trace is 5 seconds.</li>
89 <li>Limit the size of the data collected by the trace with the {@code -b, --buf-size} option.</li>
104 <p>To run a trace on Android 4.3 and higher devices:</p>
109 <li>Run the trace with the options you want, for example:
[all …]
Dindex.jd103 <dd>A graphical viewer that displays trace file data for method calls and times saved by your
121 <dt><strong>Dump the stack trace</strong></dt>
124 want, and then <code>kill -3</code>. The stack trace appears in the log file.
144 <dt><strong>Log trace data</strong></dt>
/frameworks/base/core/java/com/android/internal/http/multipart/
DPart.java210 LOG.trace("enter sendStart(OutputStream out)"); in sendStart()
223 LOG.trace("enter sendDispositionHeader(OutputStream out)"); in sendDispositionHeader()
236 LOG.trace("enter sendContentTypeHeader(OutputStream out)"); in sendContentTypeHeader()
258 LOG.trace("enter sendTransferEncodingHeader(OutputStream out)"); in sendTransferEncodingHeader()
273 LOG.trace("enter sendEndOfHeader(OutputStream out)"); in sendEndOfHeader()
299 LOG.trace("enter sendEnd(OutputStream out)"); in sendEnd()
312 LOG.trace("enter send(OutputStream out)"); in send()
332 LOG.trace("enter length()"); in length()
425 LOG.trace("getLengthOfParts(Parts[])"); in getLengthOfParts()
DFilePart.java196 LOG.trace("enter sendDispositionHeader(OutputStream out)"); in sendDispositionHeader()
215 LOG.trace("enter sendData(OutputStream out)"); in sendData()
244 LOG.trace("enter getSource()"); in getSource()
255 LOG.trace("enter lengthOfData()"); in lengthOfData()
DStringPart.java132 LOG.trace("enter sendData(OutputStream)"); in sendData()
143 LOG.trace("enter lengthOfData()"); in lengthOfData()
/frameworks/base/core/java/android/ddm/
DDdmHandleThread.java131 StackTraceElement[] trace = DdmVmInternal.getStackTraceById(threadId); in handleSTKL() local
132 if (trace == null) { in handleSTKL()
135 return createStackChunk(trace, threadId); in handleSTKL()
145 private Chunk createStackChunk(StackTraceElement[] trace, int threadId) { in createStackChunk() argument
151 for (StackTraceElement elem : trace) { in createStackChunk()
163 out.putInt(trace.length); in createStackChunk()
164 for (StackTraceElement elem : trace) { in createStackChunk()
/frameworks/native/opengl/libs/GLES_trace/
DDESIGN.txt8 enabled. Currently, the shell properties "debug.egl.trace" and "debug.egl.debug_proc" together
10 calls GLTrace_start() to start the trace server.
13 specific gl_hooks structure to point to the trace implementation. From this point on, every
14 GLES call is redirected to the trace implementation.
19 trace implementation.
21 For EGL calls, the trace library provides a bunch of functions that must be explicitly called
35 real GL implementation, and we need to switch them to point to the trace implementation.
42 - switch the gl hooks to point to the trace implementation.
43 - call trace eglMakeCurrent to indicate that there is now a new context that is current.
45 This switches the hooks to point to the trace implementation only for the current context.
[all …]
/frameworks/webview/chromium/java/com/android/webview/chromium/
DUnimplementedWebViewApi.java44 StackTraceElement[] trace = new Throwable().getStackTrace(); in invoke() local
46 StackTraceElement unimplementedMethod = trace[1]; in invoke()
47 StackTraceElement caller = trace[2]; in invoke()
/frameworks/volley/src/com/android/volley/
DVolleyLog.java80 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace(); in buildMessage() local
85 for (int i = 2; i < trace.length; i++) { in buildMessage()
86 Class<?> clazz = trace[i].getClass(); in buildMessage()
88 String callingClass = trace[i].getClassName(); in buildMessage()
92 caller = callingClass + "." + trace[i].getMethodName(); in buildMessage()
/frameworks/native/include/ui/
DTMatHelpers.h55 inline int PURE trace(int v) { return v; } in trace() function
56 inline float PURE trace(float v) { return v; } in trace() function
57 inline double PURE trace(double v) { return v; } in trace() function
142 typename MATRIX::value_type PURE trace(const MATRIX& m) { in trace() function
146 result += trace(m[r][r]); in trace()
241 friend T PURE trace(const BASE<T>& m) { return matrix::trace(m); } in trace() function
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java362 StackTraceElement trace = rootTr.getStackTrace()[0]; in CrashInfo() local
363 throwFileName = trace.getFileName(); in CrashInfo()
364 throwClassName = trace.getClassName(); in CrashInfo()
365 throwMethodName = trace.getMethodName(); in CrashInfo()
366 throwLineNumber = trace.getLineNumber(); in CrashInfo()
/frameworks/native/opengl/libs/
DAndroid.mk30 EGL/trace.cpp \
/frameworks/native/opengl/libs/tools/
Dgenfiles43 ./gltracegen ../entries.in >../trace.in
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java149 String trace = SystemProperties.get("ro.kernel.android.tracing"); in commonInit() local
150 if (trace.equals("1")) { in commonInit()
/frameworks/native/libs/ui/tests/
Dmat_test.cpp113 EXPECT_EQ(4, trace(m0)); in TEST_F()

12