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

Commit 071df261 authored by Vasu Nori's avatar Vasu Nori
Browse files

change TAG value from "Cursor" to "SQLiteCursor"

it is confusing to figure out where the debug messages are coming from.
this TAG value change helps

Change-Id: I3a6f445fbced4a962cc13dbb8dd1d7968f9aec9d
parent 4c9a5be4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.concurrent.locks.ReentrantLock;
 * threads should perform its own synchronization when using the SQLiteCursor.
 */
public class SQLiteCursor extends AbstractWindowedCursor {
    static final String TAG = "Cursor";
    static final String TAG = "SQLiteCursor";
    static final int NO_COUNT = -1;

    /** The name of the table to edit */