Searched refs:errorId (Results 1 – 6 of 6) sorted by relevance
52 public void addErrorIdToTrace(String processName, UUID errorId) { in addErrorIdToTrace() argument54 COUNTER_PREFIX + processName + "#" + errorId.toString(), in addErrorIdToTrace()
238 final UUID errorId; in appNotResponding() local269 errorId = mService.mTraceErrorLogger.generateErrorId(); in appNotResponding()270 mService.mTraceErrorLogger.addErrorIdToTrace(mApp.processName, errorId); in appNotResponding()272 errorId = null; in appNotResponding()333 if (errorId != null) { in appNotResponding()334 info.append("ErrorId: ").append(errorId.toString()).append("\n"); in appNotResponding()481 null, new Float(loadingProgress), incrementalMetrics, errorId); in appNotResponding()
8226 @Nullable UUID errorId) { in addErrorToDropBox() argument8280 if (errorId != null) { in addErrorToDropBox()8281 sb.append("ErrorId: ").append(errorId.toString()).append("\n"); in addErrorToDropBox()
110 private final long errorId; field in LocalRenderer.AsyncErrorRetriever113 public AsyncErrorRetriever(long errorId) { in AsyncErrorRetriever() argument114 this.errorId = errorId; in AsyncErrorRetriever()138 if (mErrorId != errorId || mError == null) { in doInBackground()179 if (mErrorId == errorId) { in doInBackground()
676 final UUID errorId; in run() local678 errorId = mTraceErrorLogger.generateErrorId(); in run()679 mTraceErrorLogger.addErrorIdToTrace("system_server", errorId); in run()681 errorId = null; in run()721 errorId); in run()
712 public void expectError(int errorId) { in expectError() argument714 expectErrorId = errorId; in expectError()