1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Mobile: Allow filtering log by warning/error

This commit is contained in:
Laurent Cozic
2018-01-31 19:51:29 +00:00
parent 551fabdfc9
commit dac1cd7668
3 changed files with 31 additions and 5 deletions

View File

@ -72,6 +72,9 @@ class DecryptionWorker {
for (let i = 0; i < items.length; i++) {
const item = items[i];
if (['edf44b7a0e4f8cbf248e206cd8dfa800', '2ccb3c9af0b1adac2ec6b66a5961fbb1'].indexOf(item.id) >= 0) continue; // Temp hack
const ItemClass = BaseItem.itemClass(item);
this.logger().debug('DecryptionWorker: decrypting: ' + item.id + ' (' + ItemClass.tableName() + ')');
try {