On 08/11/2015 09:20 AM, James Burke wrote:

> I did a build and can run profile.sh via the instructions on MDN[2]. I
> can get captures from running processes, but since I want to profile
> the startup of a webapp[3], using `start -p [name]` is not the way to
> go, since the pid cannot be not known when the app is closed.

You can profile by using the pid of the preallocated app, since this is
the one that will be used once you actually launch your app.
You can get it by running |adb shell b2g-info|.

        Fabrice
-- 
Fabrice Desré
b2g team
Mozilla Corporation
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to