Question
How can I catch in AMS code errors like "Failed to open shared object file (file.tmp) for write."
Hello,
I can see error "Failed to open shared object file (file.tmp) for write." in my application logs. I want notify user if such error happen. So I need to listen for the error in code. I tried:
1. application.onStatus - didn't help
2. SharedObject.onStatus - didn't help either
Any other things to try?
Thanks,
Stan
