| Non-Confidential - REL | 101545__00_en | |||
| ||||
| Home > Before you begin > Chrome OS > Capture a Linux application on Chrome OS | ||||
Use the Linux interceptor and Graphics Analyzer daemon to capture a Linux application running on a Chrome OS device.
ssh root@(IP address)mkdir /usr/bin/agasudo iptables -A INPUT -p tcp -m tcp --dport 5002 -j ACCEPT
scp libinterceptor.so root@(IP address):/usr/bin/aga/
aga-daemon.LD_PRELOAD
environment variable to point at this library. For example:
LD_PRELOAD=/path/to/intercept/libinterceptor.so ./your_app
LD_PRELOAD on your system, see 6.1 Intercepting without using LD_PRELOAD for an alternative method.As a result, the capture data starts appearing in the desktop Graphics Analyzer client.