Skip to content

Commit 9d7bbcb

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Log more frame data when profiling GL apps" into jb-dev
2 parents ff0e8cd + a21f877 commit 9d7bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/HardwareRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public abstract class HardwareRenderer {
152152
/**
153153
* Number of frames to profile.
154154
*/
155-
private static final int PROFILE_MAX_FRAMES = 64;
155+
private static final int PROFILE_MAX_FRAMES = 128;
156156

157157
/**
158158
* Number of floats per profiled frame.

0 commit comments

Comments
 (0)