Home
last modified time | relevance | path

Searched refs:logThread (Results 1 – 1 of 1) sorted by relevance

/cts/apps/OomCatcher/src/com/android/cts/oomcatcher/
DOomCatcher.java36 Thread logThread; field in OomCatcher
40 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()