1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-14 14:48:53 +00:00

Added views/activities/context for use with wa's FPS instrumentation layer

This commit is contained in:
Michael McGeagh 2016-05-10 14:15:06 +01:00
parent 438268b6af
commit d87c20b594
2 changed files with 5 additions and 1 deletions

6
wlauto/workloads/googlephotos/__init__.py Normal file → Executable file
View File

@ -9,7 +9,11 @@ class Googlephotos(AndroidUiAutoBenchmark):
name = 'googlephotos'
package = 'com.google.android.apps.photos'
activity = 'com.google.android.apps.photos.home.HomeActivity'
view = [package+'/com.google.android.apps.consumerphotoeditor.fragments.ConsumerPhotoEditorActivity',
package+'/com.google.android.apps.photos.home.HomeActivity',
package+'/com.google.android.apps.photos.localmedia.ui.LocalPhotosActivity',
package+'/com.google.android.apps.photos.onboarding.AccountPickerActivity',
package+'/com.google.android.apps.photos.onboarding.IntroActivity']
description = """
A workload to perform standard productivity tasks with googlephotos.