MCPcopy Create free account
hub / github.com/dianping/cat / errorHandler

Method errorHandler

cat-client/src/main/java/com/dianping/cat/Cat.java:75–79  ·  view source on GitHub ↗
(Exception e)

Source from the content-addressed store, hash-verified

73 }
74
75 private static void errorHandler(Exception e) {
76 if (m_errors++ % 100 == 0 || m_errors <= 3) {
77 e.printStackTrace();
78 }
79 }
80
81 public static CatBootstrap getBootstrap() {
82 return CAT.m_bootstrap;

Callers 13

destroyMethod · 0.95
logErrorMethod · 0.95
logEventMethod · 0.95
logMetricForCountMethod · 0.95
logMetricForDurationMethod · 0.95
logMetricForSumMethod · 0.95
logRemoteCallClientMethod · 0.95
logRemoteCallServerMethod · 0.95
logTraceMethod · 0.95
newEventMethod · 0.95
newHeartbeatMethod · 0.95
newTraceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected