Hi Paul,

----- Original Message -----
> From: "Paul" <[email protected]>
> To: [email protected]
> Sent: Wednesday, January 22, 2014 8:57:37 PM
> Subject: [b2g] the execution of SystemWorkerManager in b2g
> 
> Hi, developers
> 
> I found that SystemWorkerManager.o in the folder objdir-gecko.
> 
> However, I tried to figure out how SystemWorkerManager.o gets invoked(loaded)
> in the b2g.
> 
> Currently I dont find any clue in gecko.

SystemWorkerManager is linked into libxul.so

It gets created here:
http://dxr.mozilla.org/mozilla-central/source/layout/build/nsLayoutModule.cpp#290

> Could anyone give me a hint about how system loads these .o (.so) file to
> execute?

The .o file is linked into libxul.so and libxul.so is loaded from the main b2g 
app.

Dave Hylands
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to