I am interested in how I can figure out if SMS has been sent from the device.
In order to get notification when SMS is recieved, we use a broadcaster with:
One thing that comes to mind is using the logcat log. Every time a SMS is sent/received there is a specific entry. Just hook up your phone in debug and test and you will observe the specific entry.
I should mention this method is done from your app, so you can work it into your code.
Take a pull of this. There may be other methods but that seems fairly easy and do-able.