You can use some of our scripts to download all the information of android device. This will help you to debug and fix issues in Android platform.
Note: These scripts are mostly used during development of Android devices. Hence its expected to have device with root enabled, but this also works for non-root platform.
Install dependency
$ sudo apt-get install dos2unixDownload scripts from GitHub
$ git clone https://github.com/lynxbee/android_deviceinfo.git$ cd android_deviceinfoMake sure your device is connected over adb.
$ adb devices
List of devices attached
B2NGAA8831702707 deviceRun the scripts to pull all the device information and it will save those in current directory.
$ bash start.sh