commit | b8bb95a70c74dae0d1de1331e7a6cc067689ec6c | [log] [tgz] |
---|---|---|
author | Chienyuan <chienyuanhuang@google.com> | Wed Mar 11 20:40:48 2020 +0800 |
committer | Chienyuan <chienyuanhuang@google.com> | Wed Mar 11 20:40:48 2020 +0800 |
tree | 62d2c6c20b74343a99cb64c01b018542da965dce | |
parent | 726f4986da5f46b308c92db0ace5e9029b9a9b3b [diff] |
MAP: Throw exception for illegal ID column MAP may get IllegalStateException when query ID of MMS The exception may be caused by below reasons: 1. the Mms._ID column doesn't exist. 2. the column value is null 3. cursor is moved to an illegal row 4. the column type is not an integral 5. the integer value is outside the range [Long.MIN_VALUE, Long.MAX_VALUE] Bug: 144585524 Test: manual Change-Id: I97cb66942b6981d32c2d48682d2edece6aafd086