commit | 4ce6382a45ab3111de8372aa24c27f8ad56290a6 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Dec 21 14:25:54 2017 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Dec 28 20:31:20 2017 -0800 |
tree | 737fdae72f04a063f35adfd4450c3770bf46454d | |
parent | 7d1e04051e0c1a6b65ed7162a794df89ef858bd3 [diff] [blame] |
Implement currently tuned ID / channel indication. Bug: 70939328 Test: it builds Change-Id: I62011b70b3786b0d5e5ac24eb480a3c52a35f104
diff --git a/broadcastradio/common/utils2x/Utils.cpp b/broadcastradio/common/utils2x/Utils.cpp index 10a155b..e0337b4 100644 --- a/broadcastradio/common/utils2x/Utils.cpp +++ b/broadcastradio/common/utils2x/Utils.cpp
@@ -206,6 +206,9 @@ }; switch (getType(id)) { + case IdentifierType::INVALID: + expect(false, "IdentifierType::INVALID"); + break; case IdentifierType::AMFM_FREQUENCY: case IdentifierType::DAB_FREQUENCY: case IdentifierType::DRMO_FREQUENCY: