Merge "Log more frame data when profiling GL apps" into jb-dev

This commit is contained in:
Romain Guy
2012-05-07 10:23:14 -07:00
committed by Android (Google) Code Review

View File

@@ -152,7 +152,7 @@ public abstract class HardwareRenderer {
/**
* Number of frames to profile.
*/
private static final int PROFILE_MAX_FRAMES = 64;
private static final int PROFILE_MAX_FRAMES = 128;
/**
* Number of floats per profiled frame.