summaryrefslogtreecommitdiff
path: root/broadcastradio/2.0/default/VirtualProgram.cpp
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2018-11-13 11:26:23 -0800
committerTomasz Wasilczyk <twasilczyk@google.com>2018-11-14 09:28:04 -0800
commit84ec4e14f66f47e9339aa44ec69a3ca7c95106dd (patch)
tree08afad297b9f98e750f14cefe47ad8811dd2c1a8 /broadcastradio/2.0/default/VirtualProgram.cpp
parent3fdc002bd25ee92c2068469291b29eac3108a12e (diff)
Migrate broadcast radio default HAL to the new logging API.
Bug: 112540729 Test: flash and boot Change-Id: I18d8b508971cd9a9b7b2c9c221674d862ff351d6
Diffstat (limited to 'broadcastradio/2.0/default/VirtualProgram.cpp')
-rw-r--r--broadcastradio/2.0/default/VirtualProgram.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/broadcastradio/2.0/default/VirtualProgram.cpp b/broadcastradio/2.0/default/VirtualProgram.cpp
index acde704f9b..a971927610 100644
--- a/broadcastradio/2.0/default/VirtualProgram.cpp
+++ b/broadcastradio/2.0/default/VirtualProgram.cpp
@@ -13,15 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#define LOG_TAG "BcRadioDef.VirtualProgram"
-
#include "VirtualProgram.h"
#include "resources.h"
#include <android-base/logging.h>
#include <broadcastradio-utils-2x/Utils.h>
-#include <log/log.h>
namespace android {
namespace hardware {
@@ -72,7 +69,7 @@ VirtualProgram::operator ProgramInfo() const {
info.physicallyTunedTo = selectId(IdentifierType::SXM_CHANNEL);
break;
default:
- LOG(FATAL) << "Unsupported program type: " << toString(pType);
+ LOG(FATAL) << "unsupported program type: " << toString(pType);
}
info.infoFlags |= ProgramInfoFlags::TUNED;