I could not make static runtime work on older android versions, but now I don't see any issues with it. Perhaps something with dlopen-ed libraries? And you need shared runtime for zygote anyway, unless you build your own system image.
On Mon, Jul 28, 2014 at 6:49 PM, ji wang <[email protected]> wrote: > How about use static asan runtime? Do the interceptors work with the static > runtime? > Like libasan.a those static lib could compiled into the executable and the > test shared lib. > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
