| Non-Confidential - REL | 101545__00_en | |||
| ||||
| Home > Before you begin > webOS > Capture a web-based application | ||||
This method involves loading the Graphics Analyzer interceptor into the Web Application Manager (WAM), which is the process responsible for displaying a web-based application.
The steps are as follows:
/etc/init/WebAppMgr.conf exec $WEBOS_NICE $WAM_EXE_PATH … that loads WAM. Immediately before this line, insert the following line to include the Graphics Analyzer interceptor into the environment: export LD_PRELOAD=/usr/lib/libcbe.so:/opt/graphics_analyzer/libinterceptor.so:$LD_PRELOAD
libcbe.so (Google Chrome) must be placed in LD_PRELOAD before libinterceptor.so. If you do not do this, web-based applications hang. For an example web-based application, see the app store, /mnt/otncabi/usr/palm/applications/com.webos.app.discovery