| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| CachedBluetoothDeviceManager.java | 22 import android.util.Log; 156 private void log(String msg) { method in class:CachedBluetoothDeviceManager 158 Log.d(TAG, msg);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
| PrivateLog.java | 29 * Class to keep long-term log. This is inactive in production, and is only for debug purposes. 35 private static final String LOG_DATABASE_NAME = "log"; 36 private static final String LOG_TABLE_NAME = "log"; 97 public static void log(String event) { method in class:PrivateLog
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
| SdkManagerAction.java | 238 AdtPlugin.log(e, "SDK Manager exec failed"); //$NON-NLS-1# 260 // (normal log is just dropped, which is fine since the SDK Manager has its own 261 // log window now.) 268 // Do not show non-error/warning log in Eclipse. 272 // Do not show non-error/warning log in Eclipse.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| ExportScreenshotAction.java | 75 AdtPlugin.log(e, null);
|
| RenderLogger.java | 104 sb.append("Exception details are logged in Window > Show View > Error Log"); 126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description); 140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); 146 // Therefore, include these messages in the visible render log, 180 boolean log = true; 185 log = false; 189 if (log) { 190 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description); 203 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
| RuleLoader.java | 81 AdtPlugin.log(e, "Can't store RuleLoader"); 136 AdtPlugin.log(IStatus.WARNING,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
| ApplicationAttributesPart.java | 133 AdtPlugin.log(IStatus.WARNING,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
| MenuEditorDelegate.java | 81 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 123 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| ConvertToDpFix.java | 77 AdtPlugin.log(nufe, null);
|
| EclipseLintRunner.java | 74 AdtPlugin.log(e, null); 190 AdtPlugin.log(e, null);
|
| SetPropertyFix.java | 117 AdtPlugin.log(e, null);
|
| TypoFix.java | 99 AdtPlugin.log(e, null);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
| RenameResourceWizard.java | 103 AdtPlugin.log(e, null);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
| XmlStringFileHelper.java | 149 AdtPlugin.log(e, "GetResIds failed in %1$s", xmlFileWsPath); //$NON-NLS-1$
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
| ResourceNameValidator.java | 177 AdtPlugin.log(e, "Validation failed: %s", e.toString());
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
| WelcomeWizard.java | 178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| CreateFileChange.java | 100 AdtPlugin.log(ioe, null);
|
| StringEvaluator.java | 75 AdtPlugin.log(e, null);
|
| TemplateWizard.java | 163 AdtPlugin.log(e, null); 174 AdtPlugin.log(e, null); 193 AdtPlugin.log(e, null); 196 AdtPlugin.log(e, null);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
| AndroidManifestWriter.java | 98 sLogger.log(Level.SEVERE, "Failed to write xml file", e); 101 sLogger.log(Level.SEVERE, "Failed to write xml file", e); 121 sLogger.log(Level.SEVERE, "Error parsing file", e); 124 sLogger.log(Level.SEVERE, "Error parsing file", e); 127 sLogger.log(Level.SEVERE, "Error parsing file", e);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/util/ |
| TangentBinormalGenerator.java | 57 private static final Logger log = Logger.getLogger( field in class:TangentBinormalGenerator 325 log.log(Level.WARNING, "Colinear uv coordinates for triangle " 344 log.log(Level.WARNING, "Vertices are on the same line " 471 log.log(Level.WARNING, 481 log.log(Level.WARNING, 513 // log.log(Level.WARNING [all...] |
| /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
| DefaultServer.java | 59 static Logger log = Logger.getLogger(DefaultServer.class.getName()); field in class:DefaultServer 322 log.log( Level.FINE, "Registering client for endpoint, pass 1:{0}.", p ); 324 log.log( Level.FINE, "Refining client registration for endpoint:{0}.", p ); 330 log.log( Level.FINE, "Setting up channel:{0}", channel ); 340 log.log( Level.INFO, "Kicking client due to name/version mismatch:{0}.", c ); 378 log.log( Level.INFO, "Client registered:{0}.", addedConnection ) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
| Sdk.java | 240 ILogger log = new ILogger() { local 270 SdkManager manager = SdkManager.createManager(sdkLocation, log); 275 avdManager = AvdManager.getInstance(manager, log); 277 log.error(e, "Error parsing the AVDs"); 320 * <pre>SdkManager.createManager(Sdk.getCurrent().getSdkLocation(), log);</pre> 322 * @param log The logger for the {@link SdkManager}. 325 public @Nullable SdkManager getNewSdkManager(@NonNull ILogger log) { 326 return SdkManager.createManager(getSdkLocation(), log); 469 AdtPlugin.log(IStatus.ERROR, 489 AdtPlugin.log(IStatus.ERROR [all...] |
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSRecord.java | 103 logger.log(Level.WARNING, "suppressedBy() message " + msg + " exception ", e); 278 logger1.log(Level.WARNING, "Address() exception ", exception); 736 logger1.log(Level.WARNING, "IOException", e); [all...] |
| /external/jmonkeyengine/engine/src/android/com/jme3/app/ |
| AndroidHarness.java | 134 Logger log = logger;
local 137 if (log.getHandlers().length == 0) {
138 log = log.getParent();
139 if (log != null) {
140 for (Handler h : log.getHandlers()) {
147 } while (log != null && !bIsLogFormatSet);
192 logger.log(Level.INFO, "Settings: Width {0} Height {1}", new Object[]{s.getWidth(), s.getHeight()});
281 * to the user and print the exception/error to the log.
299 logger.log(Level.SEVERE, finalMsg); [all...] |