Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/webview/chromium/tools/
Dmerge_to_android.py19 import logging
54 logging.debug('Check out %-45s at %-16s', project, tracking_branch)
74 logging.debug('Fetch %-45s %s:%s', project, remote, remote_ref)
104 logging.debug('No new commits to merge in project %s', project)
107 logging.debug('Merging project %s (flatten: %s)...', project, flatten)
185 logging.warn('The SHA for project %s specified in the repo.prop (%s) '
205 logging.debug('Merging the SHA in repo.prop anyways (due to --force)')
208 logging.debug('Reason: %s', reason)
225 logging.debug('Getting upstream SHA for %s...', reference)
239 logging.debug('Found nearest Chromium revision %s', upstream_commit)
[all …]
Dmerge_from_chromium.py19 import logging
126 logging.debug(' Got URL %s and SHA1 %s for project %s', url, sha1, path)
158 logging.debug('Parsing DEPS ...')
189 logging.debug('Fetching project %s at %s ...', path, sha1)
194 logging.debug('Merging project %s at %s ...', path, sha1)
202 logging.debug('No new commits to merge in project %s', path)
219 logging.debug('Merging Chromium at %s ...', merged_sha1)
227 logging.debug('Getting directories to exclude ...')
240 logging.debug(' %s', '\n '.join(os.path.join(path, x) for x in
269 logging.debug('Generating makefiles ...')
[all …]
Dmerge_common.py17 import logging
164 logging.info('Keeping ours for the following locally deleted files.\n %s',
176 logging.info('Adding theirs for the following locally deleted files.\n %s',
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java17 package com.android.internal.logging;
26 import java.util.logging.Formatter;
27 import java.util.logging.Handler;
28 import java.util.logging.Level;
29 import java.util.logging.LogRecord;
30 import java.util.logging.Logger;
DAndroidConfig.java17 package com.android.internal.logging;
19 import java.util.logging.Level;
20 import java.util.logging.Logger;
/frameworks/base/core/java/android/os/
DLooper.java129 Printer logging = me.mLogging; in loop() local
130 if (logging != null) { in loop()
131 logging.println(">>>>> Dispatching to " + msg.target + " " + in loop()
137 if (logging != null) { in loop()
138 logging.println("<<<<< Finished to " + msg.target + " " + msg.callback); in loop()
/frameworks/base/core/tests/coretests/src/android/net/http/
DCookiesTest.java26 import java.util.logging.Logger;
27 import java.util.logging.SimpleFormatter;
28 import java.util.logging.StreamHandler;
/frameworks/base/core/java/com/android/internal/http/multipart/
DStringPart.java37 import org.apache.commons.logging.Log;
38 import org.apache.commons.logging.LogFactory;
DFilePart.java39 import org.apache.commons.logging.Log;
40 import org.apache.commons.logging.LogFactory;
DMultipartEntity.java46 import org.apache.commons.logging.Log;
47 import org.apache.commons.logging.LogFactory;
DPart.java38 import org.apache.commons.logging.Log;
39 import org.apache.commons.logging.LogFactory;
/frameworks/base/tests/CoreTests/android/core/
DMiscRegressionTest.java20 import java.util.logging.Logger;
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java29 import com.android.internal.logging.AndroidConfig;
35 import java.util.logging.LogManager;
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd96 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>
100 precise because you do not modify code, but rather specify when to start and stop logging with
101 DDMS. Although you have less control on exactly where logging starts and stops,
277 Traceview logging does not handle threads well, resulting in these two problems:
Ddebugging-log.jd28 <p>The Android logging system provides a mechanism for collecting and viewing system debug
36 <p>{@link android.util.Log} is a logging class that you can utilize in your code to print out
37 messages to the LogCat. Common logging methods include:</p>
259 <p>The Android logging system keeps multiple circular buffers for log messages, and not all of
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags79 # We were logging the wrong values for the original tag, so use this tag
/frameworks/base/docs/html/tools/workflow/
Dindex.jd54 coding features. You can also use a JDWP-compliant debugger along with the debugging and logging
56 …ools/debugging/index.html">Debug your application with the SDK debugging and logging tools</a>.</p>
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dindex.jd41 images from a networked NSD-enabled webcam, or remotely logging into
/frameworks/base/
Dpreloaded-classes131 [Ljava.util.logging.Handler;
1744 com.android.internal.logging.AndroidConfig
1745 com.android.internal.logging.AndroidHandler
1746 com.android.internal.logging.AndroidHandler$1
2596 java.util.logging.ConsoleHandler
2597 java.util.logging.ErrorManager
2598 java.util.logging.Filter
2599 java.util.logging.Formatter
2600 java.util.logging.Handler
2601 java.util.logging.Level
[all …]
/frameworks/base/docs/html/tools/
Dworkflow.jd48 and logging tools that are provided with the Android SDK. Eclipse already comes packaged with
51 SDK debugging and logging tools</a>.</p>
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dpreparing.jd81 <h3 id="logging">4. ロギングとデバッグを無効にして、データとファイルをクリーンアップする</h3>
/frameworks/base/docs/html/tools/help/
Dlogcat.jd6 <p>The Android logging system provides a mechanism for collecting and viewing system debug
/frameworks/base/docs/html/tools/publishing/
Dpreparing.jd180 <h4>Turn off logging and debugging</h4>
182 <p>Make sure you deactivate logging and disable the debugging option before you build your
183 application for release. You can deactivate logging by removing calls to
/frameworks/base/docs/html/guide/webapps/
Ddebugging.jd81 You can, however, use the basic text logging functions:</p>
/frameworks/base/docs/html/sdk/installing/
Dstudio-layout.jd140 to the left of the logging

12