Ginkgo. I get Gallery has stopped
Code:
android.database.sqlite.SQLiteException: Can't downgrade database from version 109 to 107
at androidx.sqlite.db.SupportSQLiteOpenHelper$Callback.onDowngrade(Unknown Source:27)
at com.miui.gallery.db.sqlite3.GallerySQLiteOpenHelper$OpenHelper.onDowngrade(Unknown Source:14)
at org.sqlite.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(Unknown Source:235)
at org.sqlite.database.sqlite.SQLiteOpenHelper.getReadableDatabase(Unknown Source:2)
at com.miui.gallery.db.sqlite3.GallerySQLiteOpenHelper$OpenHelper.getReadableSupportDatabase(Unknown Source:4)
at com.miui.gallery.db.sqlite3.GallerySQLiteOpenHelper.getReadableDatabase(Unknown Source:4)
at com.miui.gallery.provider.GalleryDBHelper.getReadableDatabase(Unknown Source:2)
at com.miui.gallery.provider.cache.MediaManager$InitializeTask.run(Unknown Source:33)
at java.lang.Thread.run(Thread.java:923)
How to create a logcat file
# connect phone with PC and USB
# set USB debug - on
# create a textfile -> eg logfile.txt in adb folder on PC
# adb logcat > logfile.txt
# make actions on phone and wait for issue
# ctrl+c (to stop logfile recording)
# analyze the logfile
# send the last eg 5 seconds, the relevant entries