strace java applet -


I'm trying to straighten a Java applet, and the ladder is not working. I'm calling the following function.

  public static zero testSTrace () {long c = 0; For {int i = 0; i & lt; 1000; i ++} {long start = System.nanoTime (); Try {Thread.sleep (0, 100);} Hold (Exception E) {/ * cry * /} Long Stop = System.nanoTime (); Log.info ("Start:" + Start + "Stop:" + Stop); }}  

Before the above message, I get the following output from Strace and then nothing is said from the string:

  clone (child_stack = 0xb7c9f4c4, flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | CLONE_SETTLS | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED, parent_tidptr = 0xb7c9fbf8, {entry_number: 6, base_addr: 0xb7c9fbb0, limit: 1,048,575, seg_32bit: 1, material: 0, read_exec_only: 0 , Once I start to get the log out of the method, then what is the clue on what I am getting? Is the applet fixed directly? 

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -