1The finalizer for this class never finishes.  Dalvik is expected to detect
2this situation and abort the VM (so you will likely see a stacktrace like
3the following in the log output).
4
5java.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)
14Calling exit(2)
15
16