Adb change serial number android

broken image
broken image

good tool for application performance testing advantage is we can get device information in string representation and we can monitor device behaviour for our application against CPU, Battery, memory and storage info from outside the device. So dumpsys is interesting tool run on device which dump useful information about device states.

broken image

Get device usage states for last 7 days with open applications, durations Information about telephone and Provider information So here are some commands, we can used to get android device information via adb commands.īattery information of attached android deviceĬpu information with each application current cpu usage percentage.Ĭan view disk usage in kb and free space percentage It can be used to simple file pull, push, install apk, unistalled applications to many other usages. ADB(Android Developer Bridge) provide command line tool to communicate with android device or emulator instance.