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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user