Created
November 15, 2012 21:09
-
-
Save scytacki/4081295 to your computer and use it in GitHub Desktop.
Java log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java Plug-in 10.9.2.05 | |
Using JRE version 1.7.0_09-b05 Java HotSpot(TM) 64-Bit Server VM | |
User home directory = /Users/ccdev | |
---------------------------------------------------- | |
c: clear console window | |
f: finalize objects on finalization queue | |
g: garbage collect | |
h: display this help message | |
l: dump classloader list | |
m: print memory usage | |
o: trigger logging | |
q: hide console | |
r: reload policy configuration | |
s: dump system and deployment properties | |
t: dump thread list | |
v: dump thread stack | |
x: clear classloader cache | |
0-5: set trace level to <n> | |
---------------------------------------------------- | |
Nov 15, 2012 4:08:35 PM org.concord.sensor.applet.SensorUtil getDeviceId | |
INFO: Got device of: labquest | |
Loading sensor device: org.concord.sensor.vernier.labquest.LabQuestSensorDevice | |
Nov 15, 2012 4:08:35 PM org.concord.sensor.device.impl.JavaDeviceFactory log | |
INFO: LQ: current attached sensor: 10 | |
found sensor: 10 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
Current sensor config: | |
ExperimentConfig | |
deviceName LabQuest | |
dataReadPeriod 0.0 | |
exactPeriod true | |
invalid false | |
invalidReason null | |
SensorConfig | |
name Temperature | |
type 0 | |
typeConstant TEMPERATURE | |
port 1 | |
portName null | |
stepSize 0.01 | |
confirmed true | |
unit degC | |
Nov 15, 2012 4:08:36 PM org.concord.sensor.applet.SensorUtil getSensorRequest | |
INFO: Got probeType of: temperature | |
Nov 15, 2012 4:08:36 PM org.concord.sensor.device.impl.JavaDeviceFactory log | |
INFO: LQ: current attached sensor: 10 | |
found sensor: 10 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
Config to be used: | |
ExperimentConfig | |
deviceName LabQuest | |
dataReadPeriod 0.1 | |
exactPeriod true | |
invalid true | |
invalidReason null | |
SensorConfig | |
name Temperature | |
type 0 | |
typeConstant TEMPERATURE | |
port 1 | |
portName null | |
stepSize 0.01 | |
confirmed true | |
unit degC | |
Nov 15, 2012 4:08:39 PM org.concord.sensor.device.impl.JavaDeviceFactory log | |
INFO: LQ: current attached sensor: 10 | |
found sensor: 10 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
Current sensor config: | |
ExperimentConfig | |
deviceName LabQuest | |
dataReadPeriod 0.0 | |
exactPeriod true | |
invalid false | |
invalidReason null | |
SensorConfig | |
name Temperature | |
type 0 | |
typeConstant TEMPERATURE | |
port 1 | |
portName null | |
stepSize 0.01 | |
confirmed true | |
unit degC | |
Nov 15, 2012 4:08:39 PM org.concord.sensor.applet.SensorUtil getSensorRequest | |
INFO: Got probeType of: temperature | |
Nov 15, 2012 4:08:39 PM org.concord.sensor.device.impl.JavaDeviceFactory log | |
INFO: LQ: current attached sensor: 10 | |
found sensor: 10 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
found sensor: 0 | |
Config to be used: | |
ExperimentConfig | |
deviceName LabQuest | |
dataReadPeriod 0.1 | |
exactPeriod true | |
invalid true | |
invalidReason null | |
SensorConfig | |
name Temperature | |
type 0 | |
typeConstant TEMPERATURE | |
port 1 | |
portName null | |
stepSize 0.01 | |
confirmed true | |
unit degC | |
started device |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment