am 23392a84
: Fix the build.
Merge commit '23392a84bcb961d3fd50142ec40ce6ac6db89018' into gingerbread-plus-aosp * commit '23392a84bcb961d3fd50142ec40ce6ac6db89018': Fix the build.
This commit is contained in:
@ -234,7 +234,7 @@ public class CallerInfoAsyncQuery {
|
||||
mQueryContext, cw.number, mCallerInfo);
|
||||
if (newCallerInfo != mCallerInfo) {
|
||||
mCallerInfo = newCallerInfo;
|
||||
if (DBG) log("#####async contact look up with numeric username"
|
||||
if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username"
|
||||
+ mCallerInfo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user