android - How to know what is behind SQLiteCursor's address seen during debugging? -
i debugging application , when cursor retrieves pointer database, see this

how can know means value behind @? how can bind address database value behind it?
why need this? app behaving differently on 2 devices 2 android systems. cross debugging both , know cursor returned on each device. example, value behind @ on device 4-digit integer.
the output of object.tostring() , number part hashcode(), not address.
for cursor content debugging, have @ databaseutils.dumpcursor().
Comments
Post a Comment