android-perf-testing icon indicating copy to clipboard operation
android-perf-testing copied to clipboard

TestListener is not executing EnablePostTestDumpsys

Open chronvas opened this issue 7 years ago • 0 comments

Executing the monkey runner script does not produce any gfx dumpsys file at all.

screen shot 2018-05-25 at 15 50 21

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?

chronvas avatar May 25 '18 14:05 chronvas