Home > Software engineering >  How can I install 50 APK in android emulator at a time and then from Log cat collect just thoese 50
How can I install 50 APK in android emulator at a time and then from Log cat collect just thoese 50

Time:02-10

Please help us by providing guidelines:

  1. How can we install 50 APK at a time from linux command tool to android emulator.

  2. Then - How can we get all 50 APKs log cat files with system call and basic (just for apks - maybe using a filter)

  3. provide us with a python script that helps to aggregating the system calls/log for 50 APKS and using feature extraction export to a CSV dataset.

Your help and guidance will be highly appreciable.

CodePudding user response:

  •  Tags:  
  • Related