summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-12-02 23:11:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-02 23:11:37 +0000
commitec6272f4c3a6868be85deba59bc59ebdf9210d59 (patch)
treeb3cd59c36fa5a3350700d3516b7261909cec6fc7
parent4a4409cba7bbb5f5e249d86331181962cae40e6b (diff)
parent10f63a9e5ee4e53eee6d050e53b9c52a328a7c1a (diff)
am fc4b5bf5: Merge "Change Log.wtf to Log.w to prevent rare crash." into lmp-mr1-dev
* commit 'fc4b5bf5e074b671ee2a4d3ffb794645efa7f321': Change Log.wtf to Log.w to prevent rare crash.
-rw-r--r--InCallUI/src/com/android/incallui/CallCardPresenter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/CallCardPresenter.java b/InCallUI/src/com/android/incallui/CallCardPresenter.java
index aead4c866..9e7273054 100644
--- a/InCallUI/src/com/android/incallui/CallCardPresenter.java
+++ b/InCallUI/src/com/android/incallui/CallCardPresenter.java
@@ -656,7 +656,7 @@ public class CallCardPresenter extends Presenter<CallCardPresenter.CallCardUi>
public void secondaryInfoClicked() {
if (mSecondary == null) {
- Log.wtf(this, "Secondary info clicked but no secondary call.");
+ Log.w(this, "Secondary info clicked but no secondary call.");
return;
}