Skip to content
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

Print build number of androidqf in command.log #51

Open
Te-k opened this issue Nov 13, 2024 · 1 comment
Open

Print build number of androidqf in command.log #51

Te-k opened this issue Nov 13, 2024 · 1 comment

Comments

@Te-k
Copy link
Contributor

Te-k commented Nov 13, 2024

No description provided.

@penserbjorne
Copy link
Collaborator

Hello!

I think this is already done in acquisition.json

Here is an example of the expected content:

{
 "uuid": "0f615832-ed22-411e-9317-b429d28ecf9a",
 "androidqf_version": "v1.7.0-1-gf7642bf",
 "storage_path": "/home/user/0f615832-ed22-411e-9317-b429d28ecf9a",
 "started": "2024-10-18T18:36:37.443498116Z",
 "completed": "2024-10-18T18:50:04.947856405Z",
 "collector": {
  "ExePath": "/data/local/tmp/collector",
  "Installed": false,
  "Adb": {
   "ExePath": "/usr/bin/adb",
   "Serial": ""
  },
  "Architecture": "arm64-v8a"
 },
 "tmp_dir": "/data/local/tmp/",
 "sdcard": "/sdcard/",
 "cpu": "arm64-v8a"
}

Also this information could be find in the info.json if you are working with MVT.

I'm not sure if the request is related to this, but the requested info seems to be here.
If there is any other need to have it in the command.log would be good to discuss it :D

Best,
P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants