Skip to content

Commit adfe638

Browse files
Tom TaylorAndroid (Google) Code Review
authored andcommitted
Merge "NPE in Threads.getOrCreateThreadId(Telephony.java:1275)" into ics-mr1
2 parents d7f3612 + fbf1d27 commit adfe638

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/java/android/provider/Telephony.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,9 +1271,6 @@ public static long getOrCreateThreadId(
12711271

12721272
Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(),
12731273
uri, ID_PROJECTION, null, null, null);
1274-
if (DEBUG) {
1275-
Log.v(TAG, "getOrCreateThreadId cursor cnt: " + cursor.getCount());
1276-
}
12771274
if (cursor != null) {
12781275
try {
12791276
if (cursor.moveToFirst()) {

0 commit comments

Comments
 (0)