Good Question .. when you look at core services like vold then they don't use Exceptions.
Maybe you should grep through the ASOP to see whether RTTI and/or Exceptions are used. Good luck ! Frank On 13 Jan., 00:47, Allen Curtis <[email protected]> wrote: > Hello, > > I am in the process of porting C++ libraries to Android that use libsigc++. > However I am confused about the support provided in the NDK. > > The Stable APIs document states the following: > C++ Library: > ------------ > ... > They may not contain all definitions required by the standard. Notably, > support for C++ exceptions and RTTI is not available with Android 1.5 system > images. > > The Standalone Toolchain document states this: > 5.3 Exceptions, RTTI and STL: > - - - - - - - - - - - - - - - > The toolchain binaries *do* support C++ exceptions and RTTI by default. > > Can someone clarify? > > TIA -- 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

