-
Notifications
You must be signed in to change notification settings - Fork 367
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
Add SQLite parser for Android App Launch (SimpleStorage) file #4930
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR, I'm a bit preoccupied at the moment will try to take a look as soon as time permits |
@BeefRa couple of questions:
Also for future PRs please don't remove the check list as part of the boiler plate PR message |
Rebased PR |
…ove App Launch from pinfo_tool.py
fa27968
to
02d1985
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4930 +/- ##
==========================================
+ Coverage 85.09% 85.10% +0.01%
==========================================
Files 432 433 +1
Lines 38792 38830 +38
==========================================
+ Hits 33009 33046 +37
- Misses 5783 5784 +1 ☔ View full report in Codecov by Sentry. |
Add prediction-related fields to Android App Launch parser
These fields are extracted from the 'EchoAppLaunchMetricsEvents' table and stored in event_data.
This enhancement allows better tracking of app launch predictions.
Notes:
All contributions to Plaso undergo code review.
This makes sure that the code has appropriate test coverage and conforms to the
Plaso style guide.
One of the maintainers will examine your code, and may request changes. Check off the items below in
order, and then a maintainer will review your code.
Checklist: