Skip to content

Commit 666dbfc

Browse files
authored
Fix Target Specific Signals Parsing (#240)
--- Signed-off-by: Kartik Nema <kartnema@qti.qualcomm.com>
1 parent c6fc349 commit 666dbfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resource-tuner/init/RestuneParser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ static int8_t isKey(const std::string& keyName) {
111111
SIGNAL_CONFIGS_ROOT,
112112
SIGNAL_CONFIGS_ELEM_SIGID,
113113
SIGNAL_CONFIGS_ELEM_CATEGORY,
114+
SIGNAL_CONFIGS_ELEM_SIGTYPE,
114115
SIGNAL_CONFIGS_ELEM_NAME,
115116
SIGNAL_CONFIGS_ELEM_ENABLE,
116117
SIGNAL_CONFIGS_ELEM_TIMEOUT,

0 commit comments

Comments
 (0)