MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / registerAnrCallback

Method registerAnrCallback

libapp2sys/src/main/cpp/protocol.h:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 virtual int registerAnrCallback(int uid, int callertid, int64_t timestamp) {
221 UNUSED(uid);
222 UNUSED(callertid);
223 UNUSED(timestamp);
224 return ERR_FUNCTION_NOT_SUPPORT;
225 }
226
227 virtual int registerSystemEventCallback(int uid, int callertid, int64_t timestamp) {
228 UNUSED(uid);

Callers 1

processReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected