[PATCH 2/2] Use /data/data/$procname/$procname.trace on Android

Alexander Monakov amonakov at ispras.ru
Fri Feb 28 05:10:48 PST 2014


On Fri, Feb 28, 2014 at 12:49 PM, José Fonseca <jose.r.fonseca at gmail.com> wrote:
> I'm pushing this.
>
> BTW, shouldn't the instructions include
>
>   adb shell mkdir /data/data/$PROCNAME

No.  This location holds the application's data, so it's already
available, and is writable by the application (which is the point of
this patch — avoid chmod'ing something else).

Alexander


More information about the apitrace mailing list