Home | History | Annotate | Download | only in 030-bad-finalizer
      1 The finalizer for this class never finishes.  Dalvik is expected to detect
      2 this situation and abort the VM (so you will likely see a stacktrace like
      3 the following in the log output).
      4 
      5 java.util.concurrent.TimeoutException
      6 	at java.lang.VMThread.sleep(Native Method)
      7 	at java.lang.Thread.sleep(Thread.java:1031)
      8 	at java.lang.Thread.sleep(Thread.java:1013)
      9 	at BadFinalizer.snooze(BadFinalizer.java:9)
     10 	at BadFinalizer.finalize(BadFinalizer.java:29)
     11 	at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:182)
     12 	at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:168)
     13 	at java.lang.Thread.run(Thread.java:856)
     14 Calling exit(2)
     15 
     16