Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 71) sorted by relevance

123

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DClient.java224 Log.w("ddms", "Send of HPGC message failed"); in executeGarbageCollector()
243 Log.w("ddms", "Send of HPDU message failed"); in dumpHprof()
269 Log.w("ddms", "Toggle method profiling failed"); in toggleMethodProfiling()
286 Log.e("ddmlib", e); in requestMethodProfilingStatus()
389 Log.e("ddmlib", e); in requestNativeHeapInformation()
407 Log.e("ddmlib", e); in enableAllocationTracker()
423 Log.e("ddmlib", e); in requestAllocationStatus()
440 Log.e("ddmlib", e); in requestAllocationDetails()
451 Log.w("ddms", "Send of EXIT message failed"); in kill()
521 Log.e("ddms-client", "IO error during handshake: " + ioe.getMessage()); in sendHandshake()
[all …]
DMonitorThread.java21 import com.android.ddmlib.Log.LogLevel;
118 Log.d("ddms", "Changing debug-selected port to " + port); in setDebugSelectedPort()
197 Log.d("ddms", "Monitor is up"); in run()
203 Log.logAndDisplay(LogLevel.ERROR, "ddms", in run()
232 Log.e("ddms", in run()
234 Log.e("ddms", ioe); in run()
272 Log.e("ddms", "unknown activity key"); in run()
277 Log.e("ddms", "Exception during activity from Selector."); in run()
278 Log.e("ddms", e); in run()
284 Log.e("ddms", "Exception MonitorThread.run()"); in run()
[all …]
DHandleThread.java59 Log.d("ddm-thread", "Now ready: " + client); in clientReady()
76 Log.d("ddm-thread", "handling " + ChunkHandler.name(type)); in handleChunk()
107 Log.v("ddm-thread", "THCR: " + threadId + " '" + name + "'"); in handleTHCR()
120 Log.v("ddm-thread", "THDE: " + threadId); in handleTHDE()
154 Log.v("ddm-thread", "THST: threadCount=" + threadCount); in handleTHST()
172 Log.v("ddm-thread", " id=" + threadId in handleTHST()
181 Log.d("ddms", "Thread with id=" + threadId + " not found"); in handleTHST()
203 Log.v("ddm-thread", "THNM: " + threadId + " '" + name + "'"); in handleTHNM()
210 Log.d("ddms", "Thread with id=" + threadId + " not found"); in handleTHNM()
227 Log.v("ddms", "STKL: " + threadId); in handleSTKL()
[all …]
DDebugger.java83 Log.d("ddms", "Created: " + this.toString()); in Debugger()
145 Log.w("ddms", "debugger already talking to " + mClient in accept()
174 Log.w("ddms", "Failed to close data " + this); in closeData()
190 Log.w("ddms", "Failed to close listener " + this); in close()
210 Log.d("ddms", "Expanding read buffer to " in read()
222 Log.v("ddms", "Read " + count + " bytes from " + this); in read()
248 Log.d("ddms", "Good handshake from debugger"); in getJdwpPacket()
261 Log.d("ddms", "Bad handshake from debugger"); in getJdwpPacket()
266 Log.e("ddms", "Unknown packet while waiting for client handshake"); in getJdwpPacket()
271 Log.v("ddms", "Checking " + mReadBuffer.position() + " bytes"); in getJdwpPacket()
[all …]
DAndroidDebugBridge.java19 import com.android.ddmlib.Log.LogLevel;
269 Log.e(DDMS, e); in createBridge()
321 Log.e(DDMS, e); in createBridge()
362 Log.e(DDMS, e); in disconnectBridge()
385 Log.e(DDMS, e); in addDebugBridgeChangeListener()
566 Log.d(DDMS, String.format("Checking '%1$s version'", mAdbOsLocation)); //$NON-NLS-1$ in checkAdbVersion()
580 Log.logAndDisplay(LogLevel.ERROR, "adb", builder.toString()); in checkAdbVersion()
602 Log.logAndDisplay(LogLevel.ERROR, ADB, in checkAdbVersion()
607 Log.logAndDisplay(LogLevel.ERROR, ADB, in checkAdbVersion()
643 Log.logAndDisplay(LogLevel.ERROR, ADB, message); in scanVersionLine()
[all …]
DDeviceMonitor.java144 Log.d("DeviceMonitor", in addClientToDropAndReopen()
160 Log.d("DeviceMonitor", "Opening adb connection"); in deviceMonitorLoop()
164 Log.e("DeviceMonitor", "Connection attempts: " + mConnectionAttempt); in deviceMonitorLoop()
168 Log.e("DeviceMonitor", in deviceMonitorLoop()
176 Log.d("DeviceMonitor", "Connected to adb for device monitoring"); in deviceMonitorLoop()
210 Log.e("DeviceMonitor", "Adb connection Error: timeout"); in handleExpectioninMonitorLoop()
212 Log.e("DeviceMonitor", "Adb connection Error:" + e.getMessage()); in handleExpectioninMonitorLoop()
255 Log.d("DeviceMonitor", "Connecting to adb for Device List Monitoring..."); in openAdbConnection()
283 Log.e("DeviceMonitor", "adb refused request: " + resp.message); in sendDeviceListMonitoringRequest()
288 Log.e("DeviceMonitor", "Sending Tracking request failed!"); in sendDeviceListMonitoringRequest()
[all …]
DHandleHello.java46 Log.d("ddm-hello", "Now ready: " + client); in clientReady()
54 Log.d("ddm-hello", "Now disconnected: " + client); in clientDisconnected()
76 Log.d("ddm-hello", "handling " + ChunkHandler.name(type)); in handleChunk()
103 Log.d("ddm-hello", "HELO: v=" + version + ", pid=" + pid in handleHELO()
114 Log.e("ddm-hello", "Received pid (" + pid + ") does not match client pid (" in handleHELO()
140 Log.d("ddm-hello", "Sending " + name(CHUNK_HELO) in sendHELO()
158 Log.d("ddm-hello", "Feature: " + feature); in handleFEAT()
173 Log.d("ddm-heap", "Sending " + name(CHUNK_FEAT)); in sendFEAT()
DHandleProfiling.java69 Log.d("ddm-prof", "handling " + ChunkHandler.name(type)); in handleChunk()
109 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRS) + " '" + fileName in sendMPRS()
132 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRE)); in sendMPRE()
155 Log.d("ddm-prof", "Method profiling has finished"); in handleMPRE()
159 Log.w("ddm-prof", "Method profiling has failed (check device log)"); in handleMPRE()
187 Log.d("ddm-prof", "Sending " + name(CHUNK_MPSS) in sendMPSS()
207 Log.d("ddm-prof", "Sending " + name(CHUNK_MPSE)); in sendMPSE()
221 Log.d("ddm-prof", "got trace file, size: " + stuff.length + " bytes"); in handleMPSE()
241 Log.d("ddm-prof", "Sending " + name(CHUNK_MPRQ)); in sendMPRQ()
255 Log.d("ddm-prof", "Method profiling is not running"); in handleMPRQ()
[all …]
DHandleTest.java19 import com.android.ddmlib.Log.LogLevel;
61 Log.d("ddm-test", "handling " + ChunkHandler.name(type)); in handleChunk()
82 Log.d("ddm-test", "Received:"); in handleTEST()
83 Log.hexDump("ddm-test", LogLevel.DEBUG, copy, 0, copy.length); in handleTEST()
DHandleNativeHeap.java70 Log.d("ddm-nativeheap", "handling " + ChunkHandler.name(type)); in handleChunk()
101 Log.d("ddm-nativeheap", "Sending " + name(CHUNK_NHGT)); in sendNHGT()
112 Log.d("ddm-nativeheap", "Sending " + name(CHUNK_NHSG)); in sendNHGT()
122 Log.d("ddm-nativeheap", "NHGT: " + data.limit() + " bytes"); in handleNHGT()
149 Log.d("ddms", "mapSize: " + mapSize); in handleNHGT()
150 Log.d("ddms", "allocSize: " + allocSize); in handleNHGT()
151 Log.d("ddms", "allocInfoSize: " + allocInfoSize); in handleNHGT()
152 Log.d("ddms", "totalMemory: " + totalMemory); in handleNHGT()
253 Log.d("ddms", "line: " + line); in parseMaps()
274 Log.d("ddms", library + "(" + Long.toHexString(startAddr) + in parseMaps()
[all …]
DDevice.java452 Log.d(targetFileName, String.format("Uploading %1$s onto device '%2$s'", in pushFile()
459 Log.d(LOG_TAG, message); in pushFile()
465 Log.e(LOG_TAG, "Error during Sync: timeout."); in pushFile()
469 Log.e(LOG_TAG, String.format("Error during Sync: %1$s", e.getMessage())); in pushFile()
473 Log.e(LOG_TAG, String.format("Error during Sync: %1$s", e.getMessage())); in pushFile()
484 Log.d(targetFileName, String.format("Downloading %1$s from device '%2$s'", in pullFile()
491 Log.d(LOG_TAG, message); in pullFile()
497 Log.e(LOG_TAG, "Error during Sync: timeout."); in pullFile()
501 Log.e(LOG_TAG, String.format("Error during Sync: %1$s", e.getMessage())); in pullFile()
505 Log.e(LOG_TAG, String.format("Error during Sync: %1$s", e.getMessage())); in pullFile()
[all …]
DHandleHeap.java94 Log.d("ddm-heap", "handling " + ChunkHandler.name(type)); in handleChunk()
121 Log.d("ddm-heap", "HPIF!"); in handleHPIF()
141 Log.w("ddm-heap", "malformed HPIF chunk from client"); in handleHPIF()
156 Log.d("ddm-heap", "Sending " + name(CHUNK_HPIF) + ": when=" + when); in sendHPIF()
209 Log.d("ddm-heap", "Sending " + name(CHUNK_HPSG) + ": when=" in sendHPSG()
226 Log.d("ddm-heap", "Sending " + name(CHUNK_HPGC)); in sendHPGC()
248 Log.d("ddm-heap", "Sending " + name(CHUNK_HPDU) + " '" + fileName +"'"); in sendHPDU()
272 Log.d("ddm-heap", "Sending " + name(CHUNK_HPDS)); in sendHPDS()
295 Log.d("ddm-heap", "Heap dump request has finished"); in handleHPDU()
298 Log.w("ddm-heap", "Heap dump request failed (check device log)"); in handleHPDU()
[all …]
DAdbHelper.java238 Log.w("ddms", "Expected digits, got '" + lenStr + "': " in readAdbResponse()
241 Log.w("ddms", "reply was " + replyToString(reply)); in readAdbResponse()
249 Log.v("ddms", "Got reply '" + replyToString(reply) + "', diag='" in readAdbResponse()
315 Log.e("Screenshot", "Unsupported protocol: " + version); in getFrameBuffer()
319 Log.d("ddms", "image params: bpp=" + imageParams.bpp + ", size=" in getFrameBuffer()
363 Log.v("ddms", "execute: running " + command); in executeRemoteCommand()
380 Log.e("ddms", "ADB rejected shell command (" + command + "): " + resp.message); in executeRemoteCommand()
391 Log.v("ddms", "execute: cancelled"); in executeRemoteCommand()
399 Log.v("ddms", "execute '" + command + "' on '" + device + "' : EOF hit. Read: " in executeRemoteCommand()
428 Log.v("ddms", "execute: returning"); in executeRemoteCommand()
[all …]
DChunkHandler.java81 Log.w("ddms", "WARNING: failure code=" + errorCode + " msg=" + msg); in handleUnknownChunk()
83 Log.w("ddms", "WARNING: received unknown chunk " + name(type) in handleUnknownChunk()
87 Log.w("ddms", " client " + client + ", handler " + this); in handleUnknownChunk()
120 Log.e("ddms", "Type name must be 4 letter long"); in type()
DHandleWait.java62 Log.d("ddm-wait", "handling " + ChunkHandler.name(type)); in handleChunk()
80 Log.d("ddm-wait", "WAIT: reason=" + reason); in handleWAIT()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DDeviceBridge.java22 import com.android.ddmlib.Log;
147 Log.e(TAG, "Timeout setting up port forwarding for " + device); in setupDeviceForward()
149 Log.e(TAG, String.format("Adb rejected forward command for device %1$s: %2$s", in setupDeviceForward()
152 Log.e(TAG, String.format("Failed to create forward for device %1$s: %2$s", in setupDeviceForward()
167 Log.e(TAG, "Timeout removing port forwarding for " + device); in removeDeviceForward()
171 Log.e(TAG, String.format("Failed to remove forward for device %1$s: %2$s", in removeDeviceForward()
185 Log.e(TAG, "Missing forwarded port for " + device.getSerialNumber()); in getDeviceLocalPort()
205 Log.e(TAG, "Timeout checking status of view server on device " + device); in isViewServerRunning()
207 Log.e(TAG, "Unable to check status of view server on device " + device); in isViewServerRunning()
209 Log.e(TAG, "Adb rejected command to check status of view server on device " + device); in isViewServerRunning()
[all …]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogCatFilter.java18 import com.android.ddmlib.Log;
19 import com.android.ddmlib.Log.LogLevel;
99 Log.e("LogCatFilter", "Ignoring invalid app name regex."); in LogCatFilter()
100 Log.e("LogCatFilter", e.getMessage()); in LogCatFilter()
110 Log.e("LogCatFilter", "Ignoring invalid tag regex."); in LogCatFilter()
111 Log.e("LogCatFilter", e.getMessage()); in LogCatFilter()
121 Log.e("LogCatFilter", "Ignoring invalid text regex."); in LogCatFilter()
122 Log.e("LogCatFilter", e.getMessage()); in LogCatFilter()
/sdk/ddms/app/src/com/android/ddms/
DMain.java21 import com.android.ddmlib.Log;
52 Log.e("ddms", "shutting down due to uncaught exception"); in uncaughtException()
53 Log.e("ddms", e); in uncaughtException()
75 Log.d("ddms", "Initializing"); in main()
88 Log.e("ddms", "Unknown argument: " + args[0]); in main()
119 Log.d("ddms", "Bye"); in main()
DDeviceCommandDialog.java23 import com.android.ddmlib.Log;
144 Log.d("ddms", "NOT closing - cancelling command"); in createContents()
249 Log.w("ddms", "Cannot execute command: no device selected."); in run()
260 Log.w("ddms", "Remote exec failed: " + ioe.getMessage()); in run()
263 Log.w("ddms", "Remote exec failed: " + e.getMessage()); in run()
266 Log.w("ddms", "Remote exec failed: " + e.getMessage()); in run()
269 Log.w("ddms", "Remote exec failed: " + e.getMessage()); in run()
286 Log.v("ddms", "received " + length + " bytes"); in addOutput()
369 Log.d("ddms", "Saving output to " + fileName); in saveText()
403 Log.w("ddms", "Unable to save " + fileName + ": " + ioe); in saveText()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java22 import com.android.ddmlib.Log;
150 Log.e("hierarchy", "Timeout setting up port forwarding for " + device); in setupDeviceForward()
152 Log.e("hierarchy", String.format( in setupDeviceForward()
156 Log.e("hierarchy", String.format( in setupDeviceForward()
172 Log.e("hierarchy", "Timeout removing port forwarding for " + device); in removeDeviceForward()
174 Log.e("hierarchy", String.format( in removeDeviceForward()
178 Log.e("hierarchy", String.format( in removeDeviceForward()
193 Log.e("hierarchy", "Missing forwarded port for " + device.getSerialNumber()); in getDeviceLocalPort()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DBackgroundThread.java19 import com.android.ddmlib.Log;
37 Log.d("ddms", "Waiting for BackgroundThread to quit"); in quit()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java22 import com.android.ddmlib.Log;
24 import com.android.ddmlib.Log.ILogOutput;
25 import com.android.ddmlib.Log.LogLevel;
81 Log.setLogOutput(new ILogOutput() { in main()
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunner.java21 import com.android.ddmlib.Log;
239 Log.i(LOG_TAG, String.format("Running %1$s on %2$s", runCaseCommandStr, in run()
247 Log.w(LOG_TAG, String.format("IOException %1$s when running tests %2$s on %3$s", in run()
253 Log.w(LOG_TAG, String.format( in run()
262 Log.w(LOG_TAG, String.format( in run()
268 Log.w(LOG_TAG, String.format( in run()
DInstrumentationResultParser.java20 import com.android.ddmlib.Log;
246 Log.v(LOG_TAG, line); in processNewLines()
300 Log.d(LOG_TAG, "unrecognized line " + line); in parse()
330 Log.e(LOG_TAG, "Unexpected integer number of tests, received " in submitCurrentKeyValue()
407 Log.e(LOG_TAG, "Expected integer status code, received: " + value); in parseStatusCode()
440 Log.w(LOG_TAG, "invalid instrumentation status bundle " + testInfo.toString()); in reportResult()
481 Log.e(LOG_TAG, "Unknown status code received: " + testInfo.mCode); in reportResult()
515 Log.e(LOG_TAG, "Could not find stack trace for failed test "); in getTrace()
533 Log.w(LOG_TAG, String.format("Unexpected time format %1$s", line)); in parseTime()
536 Log.w(LOG_TAG, String.format("Unexpected time format %1$s", line)); in parseTime()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
DHierarchyViewerPlugin.java20 import com.android.ddmlib.Log;
22 import com.android.ddmlib.Log.ILogOutput;
23 import com.android.ddmlib.Log.LogLevel;
87 Log.setLogOutput(new ILogOutput() { in start()

123