summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/TestPlayerStub.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-09 18:35:44 +0000
committerSteve Block <steveblock@google.com>2012-01-09 21:36:22 +0000
commitc1dc1cb1d1eaf84e88669f1a5f22579a0d9237c2 (patch)
treea23167188913d4f7ae0673d5efc3a232d245d048 /media/libmediaplayerservice/TestPlayerStub.cpp
parent5f29ca38b71506ad7c7cb9925efbddf588e9655b (diff)
downloadframeworks_av-c1dc1cb1d1eaf84e88669f1a5f22579a0d9237c2.zip
frameworks_av-c1dc1cb1d1eaf84e88669f1a5f22579a0d9237c2.tar.gz
frameworks_av-c1dc1cb1d1eaf84e88669f1a5f22579a0d9237c2.tar.bz2
Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE
See https://android-git.corp.google.com/g/157519 Bug: 5449033 Change-Id: I8ceb2dba1b031a0fd68d15d146960d9ced62bbf3
Diffstat (limited to 'media/libmediaplayerservice/TestPlayerStub.cpp')
-rw-r--r--media/libmediaplayerservice/TestPlayerStub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/TestPlayerStub.cpp b/media/libmediaplayerservice/TestPlayerStub.cpp
index 0f0ff65..5d9728a 100644
--- a/media/libmediaplayerservice/TestPlayerStub.cpp
+++ b/media/libmediaplayerservice/TestPlayerStub.cpp
@@ -176,7 +176,7 @@ status_t TestPlayerStub::resetInternal()
mContentUrl = NULL;
if (mPlayer) {
- LOG_ASSERT(mDeletePlayer != NULL, "mDeletePlayer is null");
+ ALOG_ASSERT(mDeletePlayer != NULL, "mDeletePlayer is null");
(*mDeletePlayer)(mPlayer);
mPlayer = NULL;
}