Searched refs:logging (Results 1 – 25 of 45) sorted by relevance
12
/frameworks/webview/chromium/tools/ |
D | merge_to_android.py | 19 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 …]
|
D | merge_from_chromium.py | 19 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 …]
|
D | merge_common.py | 17 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/ |
D | AndroidHandler.java | 17 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;
|
D | AndroidConfig.java | 17 package com.android.internal.logging; 19 import java.util.logging.Level; 20 import java.util.logging.Logger;
|
/frameworks/base/core/java/android/os/ |
D | Looper.java | 129 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/ |
D | CookiesTest.java | 26 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/ |
D | StringPart.java | 37 import org.apache.commons.logging.Log; 38 import org.apache.commons.logging.LogFactory;
|
D | FilePart.java | 39 import org.apache.commons.logging.Log; 40 import org.apache.commons.logging.LogFactory;
|
D | MultipartEntity.java | 46 import org.apache.commons.logging.Log; 47 import org.apache.commons.logging.LogFactory;
|
D | Part.java | 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory;
|
/frameworks/base/tests/CoreTests/android/core/ |
D | MiscRegressionTest.java | 20 import java.util.logging.Logger;
|
/frameworks/base/core/java/com/android/internal/os/ |
D | RuntimeInit.java | 29 import com.android.internal.logging.AndroidConfig; 35 import java.util.logging.LogManager;
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 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> 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:
|
D | debugging-log.jd | 28 <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/ |
D | EventLogTags.logtags | 79 # We were logging the wrong values for the original tag, so use this tag
|
/frameworks/base/docs/html/tools/workflow/ |
D | index.jd | 54 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/ |
D | index.jd | 41 images from a networked NSD-enabled webcam, or remotely logging into
|
/frameworks/base/ |
D | preloaded-classes | 131 [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/ |
D | workflow.jd | 48 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/ |
D | preparing.jd | 81 <h3 id="logging">4. ロギングとデバッグを無効にして、データとファイルをクリーンアップする</h3>
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 6 <p>The Android logging system provides a mechanism for collecting and viewing system debug
|
/frameworks/base/docs/html/tools/publishing/ |
D | preparing.jd | 180 <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/ |
D | debugging.jd | 81 You can, however, use the basic text logging functions:</p>
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-layout.jd | 140 to the left of the logging
|
12