Skip to content

Commit

Permalink
fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia committed Jan 6, 2020
1 parent 9bc0247 commit 4a3c72c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions libapp2sys/src/main/cpp/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ class ManufacturerCoder : public HardCoder {
return RET_OK;
}

int registerAnrCallback(int uid, int callertid, int64_t timestamp) {
pdbg("ManufacturerCoder registerAnrCallback callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));
return RET_OK;
}

int registerSystemEventCallback(int uid, int callertid, int64_t timestamp) {
pdbg("ManufacturerCoder registerSystemEventCallback uid:%d callertid:%d timestamp:%d", uid, callertid, TOINT(timestamp/1000000L));
return RET_OK;
}

virtual int registerBootPreloadResource(std::vector<std::string> file, int callertid, int64_t timestamp) {
pdbg("ManufacturerCoder registerBootPreloadResource callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));
return RET_OK;
}

int terminateApp(int callertid, int64_t timestamp) {
pdbg("ManufacturerCoder terminateApp callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));
return RET_OK;
Expand Down

0 comments on commit 4a3c72c

Please sign in to comment.