Skip to content

Commit

Permalink
worklads/drarm: Set view for FPS instrument
Browse files Browse the repository at this point in the history
Set the view parameter so that the FPS instrument can collect frame data
from the workload.

Signed-off-by: Kajetan Puchalski <[email protected]>
  • Loading branch information
mrkajetanp authored and marcbonnici committed Aug 15, 2023
1 parent 839242d commit 11374aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wa/workloads/drarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class DrArm(ApkWorkload):
name = 'drarm'
package_names = ['com.Arm.DrArm']
activity = 'com.unity3d.player.UnityPlayerActivity'
view = "SurfaceView[com.Arm.DrArm/com.unity3d.player.UnityPlayerActivity](BLAST)"
install_timeout = 200
description = """
Dr. Arm’s Amazing Adventures is a “Souls-Like” Mobile Action Role Playing Game developed at Arm.
Expand Down

0 comments on commit 11374aa

Please sign in to comment.