I'm trying to handle exceptions at a global level.  My understanding
is that the only way to do this is with an UncaughtExceptionHandler.
However, this reduces one to the primitive java file and network i/o
packages.  I'd like to be able to broadcast an intent or bind to a
service.  Is there some way to interact with the android packages to
retrieve a context in a static manner?  I could probably do some hack
workaround with a thread local, weak-referenced context set at the
time of the exception handler, but I'd rather avoid that nastiness.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to