Searched refs:LOG (Results 1 - 20 of 20) sorted by relevance

/sdk/chimpchat/src/com/android/chimpchat/adb/
H A DAdbChimpDevice.java59 private static final Logger LOG = Logger.getLogger(AdbChimpDevice.class.getName()); field in class:AdbChimpDevice
87 LOG.log(Level.SEVERE, "Error getting the manager to quit", e);
107 LOG.log(Level.SEVERE, "Error starting command: " + command, e);
110 LOG.log(Level.SEVERE, "Error starting command: " + command, e);
114 LOG.log(Level.INFO, "Error starting command: " + command, e);
117 LOG.log(Level.SEVERE, "Error starting command: " + command, e);
128 LOG.log(Level.SEVERE, "Timeout creating adb port forwarding", e);
131 LOG.log(Level.SEVERE, "Adb rejected adb port forwarding command: " + e.getMessage(), e);
134 LOG.log(Level.SEVERE, "Unable to create adb port forwarding: " + e.getMessage(), e);
139 executeAsyncCommand(command, new LoggingOutputReceiver(LOG, Leve
[all...]
H A DAdbBackend.java36 private static Logger LOG = Logger.getLogger(AdbBackend.class.getCanonicalName()); field in class:AdbBackend
115 LOG.log(Level.SEVERE, "Error sleeping", e);
/sdk/chimpchat/src/com/android/chimpchat/core/
H A DMultiSelectorText.java34 private static final Logger LOG = Logger.getLogger(ChimpView.class.getName()); field in class:MultiSelectorText
55 LOG.log(Level.SEVERE, "Error communicating with device: " + e.getMessage());
72 LOG.log(Level.SEVERE, "Error retrieving views: " + response);
H A DChimpView.java33 private static final Logger LOG = Logger.getLogger(ChimpView.class.getName()); field in class:ChimpView
54 LOG.log(Level.SEVERE, "Error querying view: " + e.getMessage());
194 LOG.log(Level.SEVERE, "Error retrieving accesibility ids: " + e.getMessage());
H A DChimpImageBase.java36 private static Logger LOG = Logger.getLogger(ChimpImageBase.class.getCanonicalName()); field in class:ChimpImageBase
200 LOG.log(Level.WARNING, "Cannot decode file %s", path);
205 LOG.log(Level.WARNING, "Exception trying to decode image", e);
209 LOG.log(Level.WARNING, "Cannot read file %s", path);
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRunnerStarter.java50 private static final Logger LOG = Logger.getLogger(MonkeyRunnerStarter.class.getName()); field in class:MonkeyRunnerStarter
89 LOG.log(Level.SEVERE, "Unable to open plugin file. Is it a jar file? " +
97 LOG.log(Level.SEVERE, "Unable to get manifest file from jar: " +
111 LOG.log(Level.SEVERE, "Unable to convert file to url " + f.getAbsolutePath(),
121 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e);
128 LOG.log(Level.SEVERE, "Unable to load the specified plugin: " + pluginClass, e);
131 LOG.log(Level.SEVERE, "Unable to load the specified plugin " +
147 LOG.severe("Unable to coerce object into correct type: " + pluginClass);
H A DScriptRunner.java49 private static final Logger LOG = Logger.getLogger(MonkeyRunnerOptions.class.getName()); field in class:ScriptRunner
102 LOG.log(Level.SEVERE, "Plugin Main through an exception.", e);
106 LOG.severe("Plugin Main returned error for: " + entry.getKey());
123 LOG.log(Level.SEVERE, "Script terminated due to an exception", e);
H A DMonkeyRect.java37 private static final Logger LOG = Logger.getLogger(MonkeyRect.class.getName()); field in class:MonkeyRect
H A DMonkeyRunner.java45 private static final Logger LOG = Logger.getLogger(MonkeyRunner.class.getCanonicalName()); field in class:MonkeyRunner
96 LOG.log(Level.SEVERE, "Error sleeping", e);
H A DJythonUtils.java65 private static final Logger LOG = Logger.getLogger(JythonUtils.class.getCanonicalName()); field in class:JythonUtils
104 LOG.log(Level.SEVERE, "Got exception: ", e);
113 LOG.log(Level.SEVERE, "Got exception: ", e);
116 LOG.log(Level.SEVERE, "Got exception: ", e);
H A DMonkeyImage.java36 private static Logger LOG = Logger.getLogger(MonkeyImage.class.getCanonicalName()); field in class:MonkeyImage
H A DMonkeyRunnerOptions.java26 private static final Logger LOG = Logger.getLogger(MonkeyRunnerOptions.class.getName()); field in class:MonkeyRunnerOptions
H A DMonkeyDevice.java54 private static final Logger LOG = Logger.getLogger(MonkeyDevice.class.getName()); field in class:MonkeyDevice
131 LOG.warning(String.format("Invalid TouchPressType specified (%s) default used instead",
H A DMonkeyView.java40 private static final Logger LOG = Logger.getLogger(MonkeyView.class.getName()); field in class:MonkeyView
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
H A DMonkeyRecorder.java33 private static final Logger LOG = Logger.getLogger(MonkeyRecorder.class.getName()); field in class:MonkeyRecorder
71 LOG.log(Level.SEVERE, "Unexpected Exception", e);
H A DMonkeyRecorderFrame.java61 private static final Logger LOG = field in class:MonkeyRecorderFrame
374 LOG.log(Level.SEVERE, "Unable to save file", e);
431 LOG.log(Level.SEVERE, "Unable to execute action!", e);
/sdk/chimpchat/src/com/android/chimpchat/
H A DChimpManager.java49 private static Logger LOG = Logger.getLogger(ChimpManager.class.getName()); field in class:ChimpManager
182 LOG.info("Monkey Command: " + command + ".");
246 LOG.log(Level.SEVERE, "Unable to close monkeySocket", e);
251 LOG.log(Level.SEVERE, "Unable to close monkeyReader", e);
256 LOG.log(Level.SEVERE, "Unable to close monkeyWriter", e);
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
H A DMonkeyController.java37 private static final Logger LOG = Logger.getLogger(MonkeyController.class.getName()); field in class:MonkeyController
H A DMonkeyControllerFrame.java48 private static final Logger LOG = Logger.getLogger(MonkeyControllerFrame.class.getName()); field in class:MonkeyControllerFrame
H A DVariableFrame.java48 private static final Logger LOG = Logger.getLogger(VariableFrame.class.getName()); field in class:VariableFrame

Completed in 1526 milliseconds