Skip to content

Commit

Permalink
log database title because of historical bad values due to ref expiring
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Dec 12, 2024
1 parent c2d7bba commit 4004682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ai_chat/core/browser/ai_chat_database.cc
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,8 @@ bool AIChatDatabase::AddConversationEntry(
bool AIChatDatabase::UpdateConversationTitle(std::string_view conversation_uuid,
std::string_view title) {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
DVLOG(4) << __func__ << " for " << conversation_uuid << " with title "
<< title;
if (!LazyInit()) {
return false;
}
Expand Down

0 comments on commit 4004682

Please sign in to comment.