Closed rchatterjee closed 9 months ago
@lanamorgan @shffrror @tomrist The offline viewing works. The main changes are: (a) Fixing some bugs with the parsing of android dumps. (b) Tested only on Android (Pixel 4 and Moto X). Need to test for iOS for the offline viewing, but it should not affect the online viewing (🤞). (c) Next TODO would be to actually integrate these offline viewing with the testing framework.
@rchatterjee I am unable to get the PR to build, receiving this error AttributeError: 'NoneType' object has no attribute 'device_info'
on phone_scanner.py:489
. Sorry that it took me a bit to get to it but I'll try to dig in deeper soon.
The parsing of Android dumpsys logs were wrong. This is crashing the app sometime.
Next plan to make the historical scan viewable on the app. I am still working on that part.