Executing the monkey runner script does not produce any gfx dumpsys file at all.
The tests that produce an output file are : battery, getprops and location.
All of their associated classes EnableDeviceGetPropsInfo, EnableBatteryStatsDump are being called from TestListener class with the exception of the location request info dump which is called directly from the GoogleLocationManagerService by TestListener.dumpLocationRequestInformation
gfxinfo output should be generated from class EnablePostTestDumpsys which is never used.
Are we suppose to use this class and call before and after in the TestListener?
Executing the monkey runner script does not produce any gfx dumpsys file at all.
The tests that produce an output file are : battery, getprops and location. All of their associated classes
EnableDeviceGetPropsInfo
,EnableBatteryStatsDump
are being called fromTestListener
class with the exception of the location request info dump which is called directly from the GoogleLocationManagerService by TestListener.dumpLocationRequestInformationgfxinfo output should be generated from class
EnablePostTestDumpsys
which is never used.Are we suppose to use this class and call before and after in the TestListener?