mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fixed crashpad db creation failure and changed root to CommonAppData. Changed captured Nearby Share Info to save to CommonAppData. Changed Clearcut root to CommonAppData.
PiperOrigin-RevId: 506528040
This commit is contained in:
committed by
Copybara-Service
parent
270aad8ca8
commit
3d9ce368ff
@@ -66,7 +66,7 @@ std::filesystem::path DeviceInfoImpl::GetDownloadPath() const {
|
||||
|
||||
std::filesystem::path DeviceInfoImpl::GetAppDataPath() const {
|
||||
std::optional<std::filesystem::path> path =
|
||||
device_info_impl_->GetAppDataPath();
|
||||
device_info_impl_->GetLocalAppDataPath();
|
||||
if (path.has_value()) {
|
||||
return *path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user