diff options
author | Doris Liu <tianliu@google.com> | 2016-04-07 15:03:11 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2016-04-08 18:01:54 +0000 |
commit | 0a1a5167be26d363d4e27bdc7b816f425b7b4e66 (patch) | |
tree | 00758e4ff0d4c259c926776319cf097ab7c09d5f /libs/hwui/PathParser.h | |
parent | b6e1dafe78b2875ebe1837508e28c8dce2693b19 (diff) |
Improve error logging for parsing failures
Bug: 27043594
Change-Id: I901b65f734c49444a78e0714e007e15e2340ab9d
Diffstat (limited to 'libs/hwui/PathParser.h')
-rw-r--r-- | libs/hwui/PathParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/PathParser.h b/libs/hwui/PathParser.h index c4bbb7495a4c..180a7a30f8e8 100644 --- a/libs/hwui/PathParser.h +++ b/libs/hwui/PathParser.h @@ -44,6 +44,7 @@ public: ANDROID_API static void getPathDataFromString(PathData* outData, ParseResult* result, const char* pathStr, size_t strLength); static void dump(const PathData& data); + static bool isVerbValid(char verb); }; }; // namespace uirenderer |