Please note: this is not an officially supported Google product.
Appsight helps you visualize the ad request and rendering process with a clear timeline of SDK events, aligning a video capture to events to easily identify latency issues.
To run the web app to display captured logs:
- Run
npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
.
- Enable Network Tracing on your device/emulator:
- Capture the data for your app:
2.1 Enable USB debugging
2.1 Install ADB on your computer
2.1 Run the script:
2.1
./data_collection/video_tracing.sh
2.1 The script creates a new directory with screen recording and logs 2.1 Navigate to the web app and follow the instructions from the script
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng test --watch
to test the project while watching for file changes