Haven't written a blog for a long time, with a little guilt to add a few words;
This is a bug encountered today, before also encountered, for the convenience of the back, write down.
Bug Tip: Com.android.internal.os.zygoteinit$methodandargscaller,bug performance: Android small app direct Flash back; If you keep debugging, you really don't know where the problem is.
Background: Is writing the SQLite section, creattable execute error, to Savetable, that is, I want to save a set of data, the bug appears;
After careful checking, "insert into usertable (user_uid, trailing attribute omitted) VALUES (?, there are multiple"? "), more than one?" , and later discovers that the data type of a member in the object being saved does not match.
So, a simple summary, that is, this bug may mean that there are some blind places do not notice ~ ~
Com.android.internal.os.zygoteinit$methodandargscaller Solution