App version | " + versionName + " |
App version code | " + versionCode + " |
Android build version | " + buildVersion + " |
Android release version | " + releaseVersion + " |
Android SDK version | " + sdkVersion + " |
Android build ID | " + buildID + " |
Device brand | " + brand + " |
Device manufacturer | " + manufacturer + " |
Device name | " + device + " |
Device model | " + model + " |
Device product name | " + product + " |
Device hardware name | " + hardware + " |
ABIs | " + Arrays.toString(abis) + " |
ABIs (32bit) | " + Arrays.toString(abis32Bits) + " |
ABIs (64bit) | " + Arrays.toString(abis64Bits) + " |
") + .append(key) + .append(" | ") + .append(extraInfo.get(key)) + .append(" |