Skip to content

Commit fbf1d27

Browse files
author
Tom Taylor
committed
NPE in Threads.getOrCreateThreadId(Telephony.java:1275)
Bug 5541883 Remove obsolete debug statement. Change-Id: I8d2f6e33f36c920838460bca7a1db117dd0edf7b
1 parent b4529b0 commit fbf1d27

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)