Searched refs:logType (Results 1 – 2 of 2) sorted by relevance
83 public synchronized void enqueueAndLog(String msg, @Event.LogType int logType, String tag) { in enqueueAndLog() argument85 enqueue(event.printLog(logType, tag)); in enqueueAndLog()94 public synchronized void enqueueAndSlog(String msg, @Event.LogType int logType, String tag) { in enqueueAndSlog() argument96 enqueue(event.printSlog(logType, tag)); in enqueueAndSlog()
509 final int logType = isReplace in addPackage() local545 logCacheUpdated(logType, SystemClock.currentTimeMicro() - currentTimeUs, in addPackage()