# File flashpolicyd.rb, line 225
  def dumpthreads 
    Thread.list.each {|t|
      info("Thread: #{t.id} status #{t.status}")
    }
  end