mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-01-09 19:37:58 +01:00
Fix to let specify a custom debugger
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2497 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
51f29937d2
commit
41d274a5f9
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ public class XMPPConnection {
|
||||||
// Use try block since we may not have permission to get a system
|
// Use try block since we may not have permission to get a system
|
||||||
// property (for example, when an applet).
|
// property (for example, when an applet).
|
||||||
try {
|
try {
|
||||||
System.getProperty("smack.debuggerClass");
|
className = System.getProperty("smack.debuggerClass");
|
||||||
}
|
}
|
||||||
catch (Throwable t) {
|
catch (Throwable t) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue