去掉butterknife
This commit is contained in:
@@ -28,7 +28,7 @@ public class LogDBManager {
|
||||
private LogDBHelper mDBHelper;
|
||||
|
||||
private static final String TABLE_NAME = "logtable";
|
||||
private static String TAG = LogDBManager.class.getSimpleName();
|
||||
private static String TAG = "LogDBManager";
|
||||
|
||||
private LogDBManager(Context context) {
|
||||
if (context == null) {
|
||||
|
||||
Reference in New Issue
Block a user