Re: [android-developers] Erro handling Design pattern Approach in C - Jni - Application !

2011-07-19 Thread Nikolay Elenkov
On Tue, Jul 19, 2011 at 5:27 PM, s.rawat wrote: > HI > I am developing a simple c application and interfacing it with the android > application using the jni calls.The c application is basically an IO related > operation on sqlite db.I wanted to know the way to handle the errors > -exception at th

[android-developers] Erro handling Design pattern Approach in C - Jni - Application !

2011-07-19 Thread s.rawat
HI I am developing a simple c application and interfacing it with the android application using the jni calls.The c application is basically an IO related operation on sqlite db.I wanted to know the way to handle the errors -exception at the c level.Shall i pass the error codes to the application(a