Skip to content

Commit

Permalink
Add Prediction Related Fields to Android App Launch Unit Test and Rem…
Browse files Browse the repository at this point in the history
…ove App Launch from pinfo_tool.py
  • Loading branch information
BeefRa committed Dec 2, 2024
1 parent b8feab2 commit be275f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Binary file added log2timeline-20241202T054857.log.gz
Binary file not shown.
1 change: 0 additions & 1 deletion tests/cli/pinfo_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ def testPrintStorageInformationAsText(self):
'rplog',
'spotlight_storedb',
'sqlite',
'sqlite/android_app_launch',
'sqlite/android_calls',
'sqlite/android_sms',
'sqlite/android_webview',
Expand Down
3 changes: 3 additions & 0 deletions tests/parsers/sqlite_plugins/android_app_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def testParse(self):
'launch_time': '2022-12-04T16:59:28.297+00:00',
'package_name': 'com.android.settings',
'launch_location_id': 4,
'prediction_ui_surface_id': 1,
'prediction_source_id': 3,
'prediction_rank': -1,
'id': 2980
}

Expand Down
7 changes: 7 additions & 0 deletions timeline.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
datetime,timestamp_desc,source,source_long,message,parser,display_name,tag
2024-11-30T19:42:39.853098+00:00,Content Modification Time,FILE,File stat,OS:/home/bai/storage/SimpleStorage Type: file Owner identifier: 1000 Group identifier: 1000 Mode: 0o664 Number of links: 1,filestat,OS:/home/bai/storage/SimpleStorage,-
2024-12-02T04:48:59.583284+00:00,Last Access Time,FILE,File stat,OS:/home/bai/storage/SimpleStorage Type: file Owner identifier: 1000 Group identifier: 1000 Mode: 0o664 Number of links: 1,filestat,OS:/home/bai/storage/SimpleStorage,-
2024-12-02T05:44:47.819926+00:00,Content Modification Time,FILE,File stat,OS:/home/bai/storage Type: directory Owner identifier: 1000 Group identifier: 1000 Mode: 0o775 Number of links: 2,filestat,OS:/home/bai/storage,-
2024-12-02T05:44:47.819926+00:00,Metadata Modification Time,FILE,File stat,OS:/home/bai/storage Type: directory Owner identifier: 1000 Group identifier: 1000 Mode: 0o775 Number of links: 2,filestat,OS:/home/bai/storage,-
2024-12-02T05:44:47.819926+00:00,Metadata Modification Time,FILE,File stat,OS:/home/bai/storage/SimpleStorage Type: file Owner identifier: 1000 Group identifier: 1000 Mode: 0o664 Number of links: 1,filestat,OS:/home/bai/storage/SimpleStorage,-
2024-12-02T05:44:47.888934+00:00,Last Access Time,FILE,File stat,OS:/home/bai/storage Type: directory Owner identifier: 1000 Group identifier: 1000 Mode: 0o775 Number of links: 2,filestat,OS:/home/bai/storage,-

0 comments on commit be275f5

Please sign in to comment.