2
0
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:
Nicolas Fella
2019-03-31 20:09:44 +02:00
parent 386a9f3f40
commit f1194e88c2
31 changed files with 90 additions and 157 deletions

View File

@@ -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;