Assigned
Status Update
Comments
to...@ausedc.com <to...@ausedc.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.
so...@google.com <so...@google.com>
so...@google.com <so...@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());
}
}
st...@gmail.com <st...@gmail.com> #4
[Comment deleted]
Description
What
User experience
What type of issue is this?
Display or rendering issue
What steps would let us observe this issue?
What was the effect of this issue on your device usage, such as lost time or work?
Moderate
When
Time and frequency
Time when bug report was triggered: Jan 28, 2025 2:27 PM GMT+10:00
How often has this happened?
Frequently
Where
Component
Originating component: <not visible> (1684638)
Build and device data
- Build Number: google/cheetah_beta/cheetah:Baklava/BP22.250103.008/12932282:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Related apps
Gmail
com.google.android.gm
Version 64943052 (2025.01.05.715468168.Release)
System App (Updated)
Debugging information
Google Play services
com.google.android.gms
Version 250332035 (25.03.32 (260400-716700083))
System App (Updated)
Android System WebView
com.google.android.webview
Version 683412233 (132.0.6834.122)
System App (Updated)
Network operator: amaysim
SIM operator: amaysim
Network operator: Telstra
SIM operator: Telstra
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)https://developer.android.com/preview/feedback#feedback-app .
To learn more about our feedback process, please visit