-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traffic collection for TrackHAR adapter work #1
Comments
Since the goal here isn't to actually to analyze apps' behaviour (especially not with regards to consent dialogs) but only to collect as many tracking requests as possible, I think it makes sense to use monkey testing. |
On Android, that's pretty easy with a command like this: adb shell monkey -p de.hafas.android.db --throttle 50 --pct-syskeys 0 100000 However, from my testing, this is very prone to toggling system settings (like the airplane mode) through the quick settings thingy at the top of the screen, even though I used |
On iOS, we could use https://github.com/testableapple/xcmonkey but that requires macOS and I can't be bothered with that right now. |
This has now finished running. The source code is in https://github.com/tweaselORG/experiments/tree/main/monkey-july-2023. The data will be published through tweaselORG/meta#33. I analysed 804 apps on Android and 1062 apps on iOS. There were 126,161 requests in total. |
For writing new adapters for TrackHAR and properly documenting the old ones (tweaselORG/TrackHAR#9), we need to run a new traffic collection as the most recent ones we have are now quite outdated.
Unfortunately, I hadn't thought of that yet when working on tweaselORG/meta#16, and just threw the traffic away for that run. Oh well, I'll just run a new one. But I do also want to do a run with iOS apps.
The text was updated successfully, but these errors were encountered: