| Non-Confidential - REL | 101545__00_en | |||
| ||||
| Home > Before you begin > webOS > Capture a native application | ||||
The following steps show the general method of capturing a native application:
luna-send -n 1 -f luna://com.webos.service.applicationManager/listApps "{}"Note
the following information relating to the captured application: This application draws the main system menu bar. The main executable of this application is /usr/bin/com.webos.app.home. To capture this application, use the following commands:
mkdir -p /usr/bin/ga ln /opt/graphics_analyzer/libinterceptor.so /usr/bin/ga mv /usr/bin/com.webos.app.home /usr/bin/com.webos.app.home.bin ln /opt/graphics_analyzer/aga-wrapper /usr/bin/com.webos.app.home
After the host GUI has started and is connected to the webOS device, launch the main menu and see the function calls being captured. To temporarily disable the capture, use this command:
mv /usr/bin/ga/libinterceptor.so /usr/bin/ga/libinterceptor.so.removed