javacommons/utils/javasrc/com/nokia/mj/impl/utils/DebugUtils.java
changeset 80 d6dafc5d983f
parent 72 1f0034e370aa
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    32         try
    32         try
    33         {
    33         {
    34             Jvm.loadSystemLibrary("javautils");
    34             Jvm.loadSystemLibrary("javautils");
    35         }
    35         }
    36 
    36 
    37         catch (Exception e)
    37         catch (Throwable t)
    38         {
    38         {
    39             Logger.ELOG(Logger.EUtils, "Error loading debug utils native.",
    39             String errStr = "Error loading debug utils native. ";
    40                         e);
    40             Logger.ELOG(Logger.EUtils, errStr,
       
    41                         t);
       
    42             throw new RuntimeException(errStr);
    41         }
    43         }
    42     }
    44     }
    43 
    45 
    44     /**
    46     /**
    45      * Asks Vm to do thread dump if the dumping libraries are present.
    47      * Asks Vm to do thread dump if the dumping libraries are present.