File tree 2 files changed +2
-13
lines changed
plaso/parsers/sqlite_plugins
tests/parsers/sqlite_plugins
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,6 @@ def __init__(self):
35
35
36
36
class IMOHDChatMessagePlugin (interface .SQLitePlugin ):
37
37
"""SQLite parser plugin for IMO HD chat message database files.
38
-
39
- The IMO HD chat message database is typically stored in:
40
- /var/db/application_usage.sqlite
41
-
42
- Application usage is a SQLite database that logs down entries triggered by
43
- NSWorkspaceWillLaunchApplicationNotification and
44
- NSWorkspaceDidTerminateApplicationNotification NSWorkspace notifications by
45
- crankd.
46
-
47
- More information can be found here:
48
- https://github.com/google/macops/blob/master/crankd/ApplicationUsage.py
49
38
"""
50
39
51
40
NAME = 'ios_imohdchat_message'
Original file line number Diff line number Diff line change 9
9
from tests .parsers .sqlite_plugins import test_lib
10
10
11
11
12
- class IMOHDChatMesagePluginTest (test_lib .SQLitePluginTestCase ):
13
- """Tests for the IMO HD Chat message activity database plugin."""
12
+ class IMOHDChatMessagePluginTest (test_lib .SQLitePluginTestCase ):
13
+ """Tests for the IMO HD Chat message database plugin."""
14
14
15
15
def testProcess (self ):
16
16
"""Tests the Process function."""
You can’t perform that action at this time.
0 commit comments