2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +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);
} catch (Exception e) {
e.printStackTrace();
Log.e("KDE/Device", "Exception in "+plugin.getDisplayName()+"'s onPackageReceived()");
Log.e("KDE/Device", "Exception in "+pluginKey+"'s onPackageReceived()");
}
}
} else {