I have been working on a app which takes pictures using the internal camera which gets stored in the memory card under the path /downloads/a3a/images".
I have a service module which gets triggered once every 10 seconds which calls a sub that makes a list of file to upload and using httputils2 post the files are uploaded one by one to the webserver. The webserver has a PHP which receives and stores the files in correct path.
All the above works well when i start the app. In between randomly the program gets stuck with a error below...
After the above error the service just pauses and images are not clicked. I dont know where exactly the error is occurring.. I am uploading the project as a exported zip. Can anyone please go through this and let me know what needs to be done to prevent the service from hanging up when error is thrown and how can i restart the app when a error is encountered.
Thanks in advance..
Sangee
I have a service module which gets triggered once every 10 seconds which calls a sub that makes a list of file to upload and using httputils2 post the files are uploaded one by one to the webserver. The webserver has a PHP which receives and stores the files in correct path.
All the above works well when i start the app. In between randomly the program gets stuck with a error below...
HTML:
Sorry!. Activity A3A CamService(in application A#A Camservice) is not responding. option buttons Force close and Wait.
After the above error the service just pauses and images are not clicked. I dont know where exactly the error is occurring.. I am uploading the project as a exported zip. Can anyone please go through this and let me know what needs to be done to prevent the service from hanging up when error is thrown and how can i restart the app when a error is encountered.
Thanks in advance..
Sangee