Kunoi Sayami
Kunoi Sayami
According to https://android.googlesource.com/platform/frameworks/base/+/fd02074fdd12039e905a515941ffd9a757f671c2/core/java/android/database/sqlite/SQLiteQueryBuilder.java#162 Google restrict his way to limit query call log with sql statement, So we should use new method to query call log: https://developer.android.com/reference/android/content/ContentProvider#query(android.net.Uri,%20java.lang.String[],%20android.os.Bundle,%20android.os.CancellationSignal) * fix #434 Signed-off-by:...
### Bug Description When try use `execute()` function in `raw_sql` , it cause this. But `execute_many()` is OK. This error only shown in `tokio::spawn()`, if remove `tokio::spawn()`, error disappear. ```...
Some user may use their private token in rss url, post error message to channel may leak these tokens.
**rust-analyzer version**: `rust-analyzer version: 0.3.2658-standalone (049767e6fa 2025-10-26)` **rustc version**: `rustc 1.90.0 (1159e78c4 2025-09-14)` **editor or extension**: `VSCode: Version: 1.105.1 (system setup)` **relevant settings**: N/A **repository link (if public, optional)**: N/A...