Detect if renderer ran out of memory

This commit is contained in:
Laurent Clouet
2016-04-03 20:49:24 +02:00
parent 34386ec9c1
commit 32540e7712
2 changed files with 12 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public class Error {
NETWORK_ISSUE(11),
RENDERER_CRASHED(12),
RENDERER_OUT_OF_VIDEO_MEMORY(13),
RENDERER_OUT_OF_MEMORY(21),
RENDERER_KILLED(14),
RENDERER_KILLED_BY_USER(20),
RENDERER_MISSING_LIBRARIES(15),