Searched refs:logThread (Results 1 – 1 of 1) sorted by relevance
36 Thread logThread; field in OomCatcher40 logThread = new Thread() { in onCreate()53 logThread.setDaemon(true); in onCreate()54 logThread.start(); in onCreate()59 if (logThread != null) { in onDestroy()60 logThread.interrupt(); in onDestroy()