Searched refs:logcatWatcher (Results 1 – 1 of 1) sorted by relevance
153 Thread logcatWatcher = new Thread(new LogcatWatcher()); in onStart() local154 logcatWatcher.setPriority(Thread.NORM_PRIORITY - 1); in onStart()155 logcatWatcher.start(); in onStart()