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

Fails to show app details on some Android Devices #25

Open
rchatterjee opened this issue Mar 1, 2022 · 0 comments
Open

Fails to show app details on some Android Devices #25

rchatterjee opened this issue Mar 1, 2022 · 0 comments

Comments

@rchatterjee
Copy link
Collaborator

Android 10 (Google Pixel 2)
Error in the parse_dump.py.

File "/home/rahul/working/isdi/phone_scanner.py", line 89, in app_details
    info = ddump.info(appid)
  File "/home/rahul/working/isdi/parse_dump.py", line 339, in info
    res['data_usage'] = self.get_data_usage(d, process_uid)
  File "/home/rahul/working/isdi/parse_dump.py", line 267, in get_data_usage
    d = net_stats.query('uid_tag_int == "{}"'.format(process_uid))[

The dump .txt file in phone_dumps have some service empty, and the parser fails to account for that.

DUMP OF SERVICE net_stats
DUMP OF SETTINGS secure
accessibility_display_inversion_enabled=null
accessibility_display_magnification_enabled=0
rchatterjee pushed a commit to rchatterjee/isdi that referenced this issue Mar 2, 2022
The parsing of Android dumpsys logs were wrong.
rchatterjee pushed a commit to rchatterjee/isdi that referenced this issue Mar 11, 2022
The parsing of Android dumpsys logs were wrong.
rchatterjee added a commit that referenced this issue Feb 4, 2024
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

1 participant