OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendToIdeLog
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java
129
appendToIdeLog
(null, IStatus.ERROR, description);
143
appendToIdeLog
(throwable, IStatus.ERROR, description);
194
appendToIdeLog
(null, IStatus.WARNING, description);
207
appendToIdeLog
(throwable, IStatus.ERROR, description);
315
private void
appendToIdeLog
(Throwable throwable, int severity, String description) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java
206
appendToIdeLog
(e, "%1$s failed to instantiate.", className); //$NON-NLS-1$
503
appendToIdeLog
(e, null);
507
appendToIdeLog
(e, null);
675
private void
appendToIdeLog
(Throwable exception, String format, Object ... args) {
Completed in 64 milliseconds