Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pixel for process creation, for both main and VPN processes (#4208)
<!-- Note: This checklist is a reminder of our shared engineering expectations. The items in Bold are required If your PR involves UI changes: 1. Upload screenshots or screencasts that illustrate the changes before / after 2. Add them under the UI changes section (feel free to add more columns if needed) If your PR does not involve UI changes, you can remove the **UI changes** section At a minimum, make sure your changes are tested in API 23 and one of the more recent API levels available. --> Task/Issue URL: https://app.asana.com/0/488551667048375/1206681496516579/f ### Description Adds process creation pixels, for both main app and VPN process. ### Steps to test this PR - [x] Add logcat filter `message~:"m_process_created"` **Main app process** - [x] Launch the app; verify you see `m_process_created_main` - [x] Background and restore the app; verify you do **not** see it again - [x] Kill the app and relaunch it; verify you **do** see it again **VPN process** - [x] onboard through AppTP - [x] verify you see `m_process_created_vpn` in the logs
- Loading branch information