On Thu, May 18, 2017 at 3:49 PM, 'Evgenii Stepanov' via
address-sanitizer <
address-...@googlegroups.com> wrote:
> Oh, and the downside is slow startup. With the wrap property, any
> process startup takes several extra seconds to reload all the base
> classes.
>
> On Thu, May 18, 2017 at 12:48 PM, Evgenii Stepanov <
eug...@google.com> wrote:
>> Hi,
>>
>> There is a system property that lets you prepend anything to the
>> zygote command line for a specific application, "wrap.<app-name>". It
>> requires a rooted device, but does not require remounting system r/w.
Thanks, that should be helpful.
>>
>> In theory, this requirement could be relaxed by allowing wrapping apps
>> even on a locked device based on the app manifest - some property like
>> "debuggable". That requires changing android platform source.
That seems like it would be even better, although I question whether
android would be receptive to that sort of change,
given potential security implications, etc.