You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
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?