Searched refs:wifiThreadThrowable (Results 1 – 1 of 1) sorted by relevance
86 Throwable wifiThreadThrowable = new Throwable("Wifi thread Stack trace:"); in call() local87 wifiThreadThrowable.setStackTrace(mHandler.getLooper().getThread().getStackTrace()); in call()89 Log.e(TAG, "WifiThreadRunner.call() timed out!", wifiThreadThrowable); in call()112 Throwable wifiThreadThrowable = new Throwable("Wifi thread Stack trace:"); in run() local113 wifiThreadThrowable.setStackTrace(mHandler.getLooper().getThread().getStackTrace()); in run()115 Log.e(TAG, "WifiThreadRunner.run() timed out!", wifiThreadThrowable); in run()