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