Skip to content

Instantly share code, notes, and snippets.

@xeals
Last active June 27, 2018 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeals/53bef1d8275f81048ef83b3810f72f54 to your computer and use it in GitHub Desktop.
Save xeals/53bef1d8275f81048ef83b3810f72f54 to your computer and use it in GitHub Desktop.
signal restore 4.21.6
06-27 14:07:00.973 6192 6220 W SQLCipherOpenHelper: Upgrading database: 6, 10
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: Couldn't open signal.db for writing (will try read-only):
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: net.sqlcipher.database.SQLiteException: duplicate column name: quote_id: ALTER TABLE mms ADD COLUMN quote_id INTEGER DEFAULT 0
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.native_execSQL(Native Method)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.execSQL(SQLiteDatabase.java:2266)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.onUpgrade(SQLCipherOpenHelper.java:181)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:173)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:227)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:214)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.getReadableDatabase(SQLCipherOpenHelper.java:251)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.SmsDatabase.getExpirationStartedMessages(SmsDatabase.java:668)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at org.thoughtcrime.securesms.service.ExpiringMessageManager$LoadTask.run(ExpiringMessageManager.java:57)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at java.lang.Thread.run(Thread.java:764)
06-27 14:07:00.977 6192 6192 D JVM : JVM::Initialize@[tid=6192]
06-27 14:07:00.977 6192 6192 D JVM : JVM::JVM@[tid=6192]
06-27 14:07:00.977 6192 6192 D JVM : LoadClasses
06-27 14:07:00.977 6192 6192 D JVM : name: org/webrtc/voiceengine/BuildInfo
06-27 14:07:00.977 6192 6192 D JVM : name: org/webrtc/voiceengine/WebRtcAudioManager
06-27 14:07:00.978 6192 6192 D JVM : name: org/webrtc/voiceengine/WebRtcAudioRecord
06-27 14:07:00.978 6192 6192 D JVM : name: org/webrtc/voiceengine/WebRtcAudioTrack
06-27 14:07:00.983 6192 6220 E AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
06-27 14:07:00.983 6192 6220 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6192
06-27 14:07:00.983 6192 6220 E AndroidRuntime: net.sqlcipher.database.SQLiteException: Can't upgrade read-only database from version 6 to 10: /data/user/0/org.thoughtcrime.securesms/databases/signal.db
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:252)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:214)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.getReadableDatabase(SQLCipherOpenHelper.java:251)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at org.thoughtcrime.securesms.database.SmsDatabase.getExpirationStartedMessages(SmsDatabase.java:668)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$LoadTask.run(ExpiringMessageManager.java:57)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:07:00.983 6192 6220 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
06-27 14:07:00.992 617 1949 W ActivityManager: Force finishing activity org.thoughtcrime.securesms/.RoutingActivity
06-27 14:07:00.999 617 918 I ActivityManager: Showing crash dialog for package org.thoughtcrime.securesms u0
06-27 14:07:01.003 6192 6192 W PassphraseRequiredActionBarActivity: onCreate(null)
06-27 14:07:01.022 617 3207 I OpenGLRenderer: Initialized EGL, version 1.4
06-27 14:07:01.022 617 3207 D OpenGLRenderer: Swap behavior 2
06-27 14:07:01.141 6192 6192 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 4
06-27 14:07:01.145 617 1714 I ActivityManager: START u0 {cmp=org.thoughtcrime.securesms/.RegistrationActivity (has extras)} from uid 10093
06-27 14:07:01.168 617 1714 W ActivityManager: Finishing task with all activities already finished
06-27 14:07:01.168 617 1714 W ActivityManager: Duplicate finish request for ActivityRecord{6064a69 u0 org.thoughtcrime.securesms/.RoutingActivity t45 f}
06-27 14:07:01.202 548 548 D SurfaceFlinger: duplicate layer name: changing Splash Screen org.thoughtcrime.securesms to Splash Screen org.thoughtcrime.securesms#1
06-27 14:07:01.240 6192 6192 W KeyCachingService: onCreate()
06-27 14:07:01.249 6192 6216 W zygote : Long monitor contention with owner JobConsumer-0 (6212) at void java.lang.Object.wait()(Object.java:-2) waiters=6 in void java.lang.Object.wait() for 229ms
06-27 14:07:01.349 6192 6212 W CreateSignedPreKeyJob: Not yet registered...
06-27 14:07:01.350 6192 6192 W service : Broadcasting new secret...
06-27 14:07:01.351 617 917 W BroadcastQueue: Skipping deliver [background] BroadcastRecord{6327ae u0 org.thoughtcrime.securesms.service.action.NEW_KEY_EVENT} to ReceiverList{6a35d9e 6192 org.thoughtcrime.securesms/10093/u0 remote:d099fd9}: process gone or crashing
06-27 14:07:01.352 6192 6192 W KeyCachingService: onStartCommand, null
06-27 14:07:01.356 6192 6226 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_json, quote_id, quote_author, quote_body, quote_attachment, shared_contacts FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_json, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AS tr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS quote_id, NULL AS quote_author, NULL AS quote_body, NULL AS quote_attachment, NULL AS shared_contacts FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, json_group_array(json_object('_id', part._id, 'unique_id', part.unique_id, 'mid', part.mid,'data_size', part.data_size, 'file_name', part.file_name, '_data', part._data, 'thumbnail', part.thumbnail, 'ct', part.ct, 'cl', part.cl, 'fast_preflight_id', part.fast_preflight_id, 'voice_note', part.voice_note, 'width', part.width, 'height', part.height, 'quote', part.quote, 'cd', part.cd, 'name', part.name, 'pending_push', part.pending_push)) AS attachment_json, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, quote_id, quote_author, quote_body, quote_attachment, shared_contacts FROM mms LEFT OUTER JOIN part ON part.mid = mms._id WHERE (read = 0 AND notified = 0) GROUP BY mms._id ORDER BY date_received ASC)
06-27 14:07:01.362 6192 6226 W SQLCipherOpenHelper: Upgrading database: 6, 10
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: Couldn't open signal.db for writing (will try read-only):
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: net.sqlcipher.database.SQLiteException: duplicate column name: quote_id: ALTER TABLE mms ADD COLUMN quote_id INTEGER DEFAULT 0
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.native_execSQL(Native Method)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.execSQL(SQLiteDatabase.java:2266)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.onUpgrade(SQLCipherOpenHelper.java:181)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:173)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:227)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:214)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.getReadableDatabase(SQLCipherOpenHelper.java:251)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.MmsSmsDatabase.queryTables(MmsSmsDatabase.java:366)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.MmsSmsDatabase.getUnread(MmsSmsDatabase.java:132)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.notifications.MessageNotifier.updateNotification(MessageNotifier.java:243)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.notifications.MessageNotifier.updateNotification(MessageNotifier.java:194)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.service.KeyCachingService$1.doInBackground(KeyCachingService.java:118)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at org.thoughtcrime.securesms.service.KeyCachingService$1.doInBackground(KeyCachingService.java:114)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at android.os.AsyncTask$2.call(AsyncTask.java:333)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:07:01.363 6192 6226 E SQLiteOpenHelper: at java.lang.Thread.run(Thread.java:764)
06-27 14:07:01.369 6192 6226 I Process : Sending signal. PID: 6192 SIG: 9
06-27 14:07:01.381 617 5229 I ActivityManager: Process org.thoughtcrime.securesms (pid 6192) has died: fore TOP
06-27 14:07:01.381 617 919 W zygote64: kill(-6192, 9) failed: No such process
06-27 14:07:01.381 617 919 I zygote64: Successfully killed process cgroup uid 10093 pid 6192 in 0ms
06-27 14:07:01.381 617 5229 W ActivityManager: Scheduling restart of crashed service org.thoughtcrime.securesms/.service.KeyCachingService in 1000ms
06-27 14:07:01.394 617 5229 I ActivityManager: Start proc 6230:org.thoughtcrime.securesms/u0a93 for activity org.thoughtcrime.securesms/.RegistrationActivity
06-27 14:07:01.404 617 1949 W ActivityManager: Ignoring remove of inactive process: ProcessRecord{6e1fb6b 0:org.thoughtcrime.securesms/u0a93}
06-27 14:07:01.451 6230 6230 I MultiDex: VM with version 2.1.0 has multidex support
06-27 14:07:01.451 6230 6230 I MultiDex: Installing application
06-27 14:07:01.451 6230 6230 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-27 14:07:01.468 6230 6230 W PartProvider: onCreate()
06-27 14:07:01.507 617 1006 W AppOps : Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
06-27 14:07:01.591 6230 6230 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.RotateSignedPreKeyListener scheduling for: 1530245069147
06-27 14:07:01.594 6230 6230 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.DirectoryRefreshListener scheduling for: 1530115469149
06-27 14:07:01.596 6230 6230 W PersistentAlarmManagerListener: class org.thoughtcrime.securesms.service.UpdateApkRefreshListener scheduling for: 1530093869151
06-27 14:07:01.600 6230 6230 I org.webrtc.Logging: NativeLibrary: Loading native library.
06-27 14:07:01.600 6230 6230 I org.webrtc.Logging: NativeLibrary: Loading library: jingle_peerconnection_so
06-27 14:07:01.601 6230 6254 W SQLCipherOpenHelper: Upgrading database: 6, 10
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: Couldn't open signal.db for writing (will try read-only):
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: net.sqlcipher.database.SQLiteException: duplicate column name: quote_id: ALTER TABLE mms ADD COLUMN quote_id INTEGER DEFAULT 0
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.native_execSQL(Native Method)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.execSQL(SQLiteDatabase.java:2266)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.onUpgrade(SQLCipherOpenHelper.java:181)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:173)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:227)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:214)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.getReadableDatabase(SQLCipherOpenHelper.java:251)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.SmsDatabase.getExpirationStartedMessages(SmsDatabase.java:668)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at org.thoughtcrime.securesms.service.ExpiringMessageManager$LoadTask.run(ExpiringMessageManager.java:57)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:07:01.603 6230 6254 E SQLiteOpenHelper: at java.lang.Thread.run(Thread.java:764)
06-27 14:07:01.607 6230 6230 D JVM : JVM::Initialize@[tid=6230]
06-27 14:07:01.607 6230 6230 D JVM : JVM::JVM@[tid=6230]
06-27 14:07:01.607 6230 6230 D JVM : LoadClasses
06-27 14:07:01.607 6230 6230 D JVM : name: org/webrtc/voiceengine/BuildInfo
06-27 14:07:01.607 6230 6230 D JVM : name: org/webrtc/voiceengine/WebRtcAudioManager
06-27 14:07:01.607 6230 6230 D JVM : name: org/webrtc/voiceengine/WebRtcAudioRecord
06-27 14:07:01.607 6230 6230 D JVM : name: org/webrtc/voiceengine/WebRtcAudioTrack
06-27 14:07:01.613 6230 6254 E AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
06-27 14:07:01.613 6230 6254 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6230
06-27 14:07:01.613 6230 6254 E AndroidRuntime: net.sqlcipher.database.SQLiteException: Can't upgrade read-only database from version 6 to 10: /data/user/0/org.thoughtcrime.securesms/databases/signal.db
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:252)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at net.sqlcipher.database.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:214)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.getReadableDatabase(SQLCipherOpenHelper.java:251)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at org.thoughtcrime.securesms.database.SmsDatabase.getExpirationStartedMessages(SmsDatabase.java:668)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at org.thoughtcrime.securesms.service.ExpiringMessageManager$LoadTask.run(ExpiringMessageManager.java:57)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:07:01.613 6230 6254 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
06-27 14:07:01.617 617 1949 W ActivityManager: Process org.thoughtcrime.securesms has crashed too many times: killing!
06-27 14:07:01.617 617 1949 W ActivityManager: Force finishing activity org.thoughtcrime.securesms/.RegistrationActivity
06-27 14:04:37.728 6044 6079 W SQLCipherOpenHelper: Upgrading database: 6, -1
06-27 14:04:37.730 6044 6079 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #2
06-27 14:04:37.730 6044 6079 E AndroidRuntime: Process: org.thoughtcrime.securesms, PID: 6044
06-27 14:04:37.730 6044 6079 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at android.os.AsyncTask$3.done(AsyncTask.java:353)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: Caused by: net.sqlcipher.database.SQLiteException: duplicate column name: quote_id: ALTER TABLE mms ADD COLUMN quote_id INTEGER DEFAULT 0
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at net.sqlcipher.database.SQLiteDatabase.native_execSQL(Native Method)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at net.sqlcipher.database.SQLiteDatabase.execSQL(SQLiteDatabase.java:2266)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.onUpgrade(SQLCipherOpenHelper.java:181)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at org.thoughtcrime.securesms.database.DatabaseFactory.upgradeRestored(DatabaseFactory.java:143)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:376)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at org.thoughtcrime.securesms.RegistrationActivity$2.doInBackground(RegistrationActivity.java:364)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:333)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-27 14:04:37.730 6044 6079 E AndroidRuntime: ... 4 more
06-27 14:04:37.733 617 5380 W ActivityManager: Force finishing activity org.thoughtcrime.securesms/.RegistrationActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment