1props {
2  module: "android.automotive.watchdog.sysprop"
3  prop {
4    api_name: "systemEventCollectionInterval"
5    type: Integer
6    scope: Internal
7    prop_name: "ro.carwatchdog.system_event_collection_interval"
8  }
9  prop {
10    api_name: "userSwitchTimeout"
11    type: Integer
12    scope: Internal
13    prop_name: "ro.carwatchdog.user_switch_timeout"
14  }
15  prop {
16    api_name: "postSystemEventDuration"
17    type: Integer
18    scope: Internal
19    prop_name: "ro.carwatchdog.post_system_event_duration"
20  }
21  prop {
22    api_name: "wakeUpEventDuration"
23    type: Integer
24    scope: Internal
25    prop_name: "ro.carwatchdog.wake_up_event_duration"
26  }
27  prop {
28    api_name: "periodicCollectionBufferSize"
29    type: Integer
30    scope: Internal
31    prop_name: "ro.carwatchdog.periodic_collection_buffer_size"
32  }
33  prop {
34    api_name: "periodicCollectionInterval"
35    type: Integer
36    scope: Internal
37    prop_name: "ro.carwatchdog.periodic_collection_interval"
38  }
39  prop {
40    api_name: "topNStatsPerCategory"
41    type: Integer
42    scope: Internal
43    prop_name: "ro.carwatchdog.top_n_stats_per_category"
44  }
45  prop {
46    api_name: "topNStatsPerSubcategory"
47    type: Integer
48    scope: Internal
49    prop_name: "ro.carwatchdog.top_n_stats_per_subcategory"
50  }
51  prop {
52    api_name: "maxUserSwitchEvents"
53    type: Integer
54    scope: Internal
55    prop_name: "ro.carwatchdog.max_user_switch_events"
56  }
57  prop {
58    api_name: "systemEventDataCacheDuration"
59    type: Integer
60    scope: Internal
61    prop_name: "ro.carwatchdog.system_event_data_cache_duration"
62  }
63}
64