Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
時々、SQL エラー ログでスタック トレースを取得します。データベース ロジックをユーザーに表示したくありません。SQL エラーが発生した場合に sqlite エラーのログを防止することは可能ですか?
ありがとう
insertOrThrowを使用して、コードをtry catchブロックで囲みます
参照http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#insertOrThrow%28java.lang.String,%20java.lang.String,%20android.content.ContentValues%29