commit | 156cce698093023d9e79a4ff4fb96f4e4d3019db | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Mar 03 13:03:18 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Wed Mar 03 14:14:37 2010 -0800 |
tree | ff5ce34e453d2f475bcab35d29f5a7d00d53554d | |
parent | a034cd3e15b6626be03e60f2d6a0f929dcb950d9 [diff] [blame] |
Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
diff --git a/libs/rs/spec.l b/libs/rs/spec.l index d81d47e..6a9010fe 100644 --- a/libs/rs/spec.l +++ b/libs/rs/spec.l
@@ -148,6 +148,9 @@ BEGIN(api_entry2); } +<api_entry2>"*" { + currType->ptrLevel ++; + } <api_entry2>"}" { apiCount++;