Assigned
Status Update
Comments
ar...@gmail.com <ar...@gmail.com> #2
My SD card's file system supports a last modified timestamp; that is 'adb shell touch /mnt/sdcard/foo' works as expected. I need to check that calling from runtime works as well.
pu...@google.com <pu...@google.com>
pu...@google.com <pu...@google.com> #3
I couldn't reproduce this with a test case.
@hardwick.jim if this test doesn't pass for you, could you paste its output here? As well as your device's full version information. Thanks.
public final class FileTest extends TestCase {
public void testSetLastModified() {
File file = new File("/mnt/sdcard/foo");
assertTrue(file.setLastModified(0));
assertEquals(0, file.lastModified());
}
}
@hardwick.jim if this test doesn't pass for you, could you paste its output here? As well as your device's full version information. Thanks.
public final class FileTest extends TestCase {
public void testSetLastModified() {
File file = new File("/mnt/sdcard/foo");
assertTrue(file.setLastModified(0));
assertEquals(0, file.lastModified());
}
}
Description
- Build Number: google/cheetah_beta/cheetah:Baklava/BP22.250124.009/13034193:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
What type of Android issue is this?
Battery / Power
Time when bug report was triggered:
Mar 4, 2025 3:19 PM GMT-06:00
What steps would let us observe this issue?
1. Open battery settings
2. Look at battery usage
3. Notice how clock is higher in usage than other apps
What did you expect to happen?
To see other usage apps.
What actually happened?
Clock shows higher usage than other alla
How often has this happened?
I don't know
What was the effect of this issue on your device usage, such as lost time or work?
High
Additional comments
Phone only lasts about 6-8 hours on charge with intermittent use. I travel frequently, this makes it hard to rely on my pixel 7 pro
Debugging information
Google Play services
com.google.android.gms
Version 250733035 (25.07.33 (260400-728382230))
System App (Updated)
Android System WebView
com.google.android.webview
Version 694312233 (133.0.6943.122)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit