Is it a bad idea to use printStackTrace() for caugt Exceptions? March 28, 2023 by Tarik I believe this is what you need: catch (Exception e) { Log.e(TAG,Log.getStackTraceString(e)); }