Android Question Debugging: Interpretation of Logging-Data

BlueVision

Well-Known Member
Licensed User
Longtime User
When compiling in DEBUG-Mode, running and working with the application the log shows from time to time lines like this:

~w:1003,main,2855

What does it mean? Could not find an explanation for that, putting the mousepointer on that line shows the same text again. In that special case here, it could point to a conversion done by SQLLite if the datatype-field is not 100% correct (storing an integer-value to a field declared as DB_TEXT, informing that the integer value is stored as stringvalue within the table)
Can somebody explain to me what it means or point me to a description?

Thanks in advance!
 
Top