Increase clip debug string limit
bug:19189024
Change-Id: I6c9969032d852c6724ceb977705169ec5b8d2a5b
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9c553a4..94aea96 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4996,7 +4996,7 @@
<!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
<string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
- <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=50] -->
+ <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
<string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
<!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->