You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Android 10 (Google Pixel 2)
Error in the
parse_dump.py
.The dump .txt file in
phone_dumps
have some service empty, and the parser fails to account for that.The text was updated successfully, but these errors were encountered: