mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-05 16:45:08 +00:00
Use Log.e instead of printStackTrace
This commit is contained in:
@@ -324,8 +324,7 @@ public class SMSPlugin extends Plugin {
|
||||
//TODO: Notify other end
|
||||
} catch (Exception e) {
|
||||
//TODO: Notify other end
|
||||
Log.e("SMSPlugin", e.getMessage());
|
||||
e.printStackTrace();
|
||||
Log.e("SMSPlugin", "Exception", e);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user