Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbf1d27d authored by Tom Taylor's avatar Tom Taylor
Browse files

NPE in Threads.getOrCreateThreadId(Telephony.java:1275)

Bug 5541883
Remove obsolete debug statement.

Change-Id: I8d2f6e33f36c920838460bca7a1db117dd0edf7b
parent b4529b0a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1271,9 +1271,6 @@ public final class Telephony {

            Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(),
                    uri, ID_PROJECTION, null, null, null);
            if (DEBUG) {
                Log.v(TAG, "getOrCreateThreadId cursor cnt: " + cursor.getCount());
            }
            if (cursor != null) {
                try {
                    if (cursor.moveToFirst()) {