mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
print the exception's stack trace
This commit is contained in:
parent
40215337c9
commit
70fc4c448c
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class DbgUtils {
|
|||
public static void loge( Exception exception )
|
||||
{
|
||||
logf( "Exception: %s", exception.toString() );
|
||||
printStack();
|
||||
printStack( exception.getStackTrace() );
|
||||
}
|
||||
|
||||
public static void printStack( StackTraceElement[] trace )
|
||||
|
|
Loading…
Add table
Reference in a new issue