2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-02 15:15:09 +00:00

Fix crash during exception catch

Reviewed by Albert Vaca
This commit is contained in:
Aleix Pol
2015-09-12 12:24:38 +02:00
parent 9b03bdf2c0
commit 3de229f1e5

View File

@@ -578,7 +578,7 @@ public class Device implements BaseLink.PackageReceiver {
plugin.onPackageReceived(np); plugin.onPackageReceived(np);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
Log.e("KDE/Device", "Exception in "+plugin.getDisplayName()+"'s onPackageReceived()"); Log.e("KDE/Device", "Exception in "+pluginKey+"'s onPackageReceived()");
} }
} }
} else { } else {