mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Add human readable log
This commit is contained in:
parent
075f439e40
commit
5a28a9748d
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ class DBHelper extends SQLiteOpenHelper {
|
||||||
public void updateDrug(Drug drug) {
|
public void updateDrug(Drug drug) {
|
||||||
|
|
||||||
Log.d(TAG, "Update Drug == " + drug.toString());
|
Log.d(TAG, "Update Drug == " + drug.toString());
|
||||||
|
Log.d(TAG, "drug last_update == " + UtilDate.convertDate(drug.getDateLastUpdate()));
|
||||||
|
|
||||||
// Get reference to writable DB
|
// Get reference to writable DB
|
||||||
SQLiteDatabase db = this.getWritableDatabase();
|
SQLiteDatabase db = this.getWritableDatabase();
|
||||||
|
|
Loading…
Reference in a new issue