Subversion Repositories Projects

Rev

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

Rev 285 Rev 289
Line 175... Line 175...
175
    }
175
    }
Line 176... Line 176...
176
   
176
   
177
 
177
 
-
 
178
    public String description_str()
178
    public String description_str()
179
    {
179
    {
180
        System.gc();
180
        return
181
        return
181
            "Screenwidth:" + canvas.canvas_width + "\n"
182
            "Screenwidth:" + canvas.canvas_width + "\n"
182
            +"Screenheight:" + canvas.canvas_height + "\n"
183
            +"Screenheight:" + canvas.canvas_height + "\n"
Line 186... Line 187...
186
            +"JSR-82:" + canvas.bluetooth + "\n"
187
            +"JSR-82:" + canvas.bluetooth + "\n"
187
            +"JSR-179:" + canvas.locationprovider + "\n"
188
            +"JSR-179:" + canvas.locationprovider + "\n"
188
            +"FileConn:" + canvas.fileapi + "\n"
189
            +"FileConn:" + canvas.fileapi + "\n"
189
            +"DeviceControl:" + canvas.devicecontrol + "\n"
190
            +"DeviceControl:" + canvas.devicecontrol + "\n"
190
            +"comports:" + canvas.comports + "\n"
191
            +"comports:" + canvas.comports + "\n"
-
 
192
 
-
 
193
            +"freeMemory:" + Runtime.getRuntime().freeMemory()+ "\n"
-
 
194
            +"freeMemory:" + Runtime.getRuntime().totalMemory()+ "\n"
-
 
195
 
191
            +"Download URL:" + getURL() + "\n"
196
            +"Download URL:" + getURL() + "\n"
192
            +canvas.props;
197
            +canvas.props;
Line 193... Line 198...
193
 
198