I have found this post how to make an application to start after Android OS boot is completed. I have done it good - I am catching the broadcast android.intent.action.BOOT_COMPLETED
, but unfortunately my app crashes and I cannot observe it with logcat because I have to reboot the device in order to see if my feature is working.
Does anybody know how can I catch an exception so I can see why my app is crashing OR does anybody know what could be the problem (if you have experienced the same problem)?