-
-
Notifications
You must be signed in to change notification settings - Fork 54
Adding Error Handling in PVRGlobals & native-lib #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Error Handling in PVRGlobals & native-lib #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestions, rest seems perfect 👍
In PVRRender.cpp,
PVRRenderer#L58, PVRRenderer#L173, PVRSockets#L32, PVRSockets#L262, PVRSockets#L326-L329 - Please try to include everything in Try...Catch block
L#148-L#170 - Any reson for leaving this function without Exception handling?
1. Removing Generic Exception Catch block. 2. Adding Error Handling to some left out functions.
|
After you make requested changes, clikc "Resolve converstation". Did you build and test these, i am getting a "black screen" if i build both server and android with these changes. |
For more descriptive logging, to resolve issues #49 and #43