Change log and crash dump locations from a per user data location to a per machine common data location.

PiperOrigin-RevId: 505711827
This commit is contained in:
hai007
2023-01-30 09:14:00 -08:00
committed by Copybara-Service
parent d1fe2bfe51
commit 3cbbecd53a
6 changed files with 27 additions and 0 deletions
@@ -51,6 +51,10 @@ std::optional<std::filesystem::path> DeviceInfo::GetTemporaryPath() const {
return std::filesystem::temp_directory_path();
}
std::optional<std::filesystem::path> DeviceInfo::GetLogPath() const {
return std::filesystem::temp_directory_path();
}
bool DeviceInfo::IsScreenLocked() const { return false; }
void DeviceInfo::RegisterScreenLockedListener(