Subversion Repositories Projects

Rev

Rev 291 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 291 Rev 316
Line 194... Line 194...
194
            +"Screenheight FS:" + canvas.canvas_full_height + "\n"
194
            +"Screenheight FS:" + canvas.canvas_full_height + "\n"
195
            +"CLDC1.1:" + canvas.cldc11 + "\n"
195
            +"CLDC1.1:" + canvas.cldc11 + "\n"
196
            +"JSR-82:" + canvas.bluetooth + "\n"
196
            +"JSR-82:" + canvas.bluetooth + "\n"
197
            +"JSR-179:" + canvas.locationprovider + "\n"
197
            +"JSR-179:" + canvas.locationprovider + "\n"
198
            +"FileConn:" + canvas.fileapi + "\n"
198
            +"FileConn:" + canvas.fileapi + "\n"
-
 
199
            +"SensorAPI:" + canvas.sensorapi + "\n"
199
            +"DeviceControl:" + canvas.devicecontrol + "\n"
200
            +"DeviceControl:" + canvas.devicecontrol + "\n"
200
            +"comports:" + canvas.comports + "\n"
201
            +"comports:" + canvas.comports + "\n"
Line 201... Line 202...
201
 
202
 
202
            +"freeMemory:" + Runtime.getRuntime().freeMemory()+ "\n"
203
            +"freeMemory:" + Runtime.getRuntime().freeMemory()+ "\n"