sent와 receive메소드에서 메세지를 디비에 저장합니다.
sent는 async task에서 receivce는 gcm intent service ->broadcast receiver 에서 호출됩니다.
로그를 보시면 db.insertOrThrow의 리턴값은 변하는데 row count는 그대로입니다..
api를 찾아보니 insert나 insertorthrow는 row index를 리턴한다고 하더군요.
분명 리턴값은 계속해서 변하는데 row count는 그대로이고... 도대체 무슨 현상인거죠??
좀 도와주세요 ㅠㅠ