The most important things i want to know are the device type, the os version, if it has a hardware keyboard and maybe the screen resolution. but if you know other useful debug information please add them :)
i found this for the os version:
string+="OS Version: "+System.getProperty("os.version");
how do i get the other properties?