I have an interesting question. I have a large Android project in Eclipse. When I run my application, some exceptions occur, like NullPointer, OutOfMemory, FileNotFound, and it crashes.
I want to handle all the exceptions properly, but adding exceptions one-by-one for each line is going to be a very difficult task for such a large project.
Is there any way to do this quickly in Eclipse? Handling all the appropriate exceptions in try/catch?
Thanks.
0 comments:
Post a Comment