Assigned
Status Update
Comments
ki...@gmail.com <ki...@gmail.com>
ve...@google.com <ve...@google.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.
ve...@google.com <ve...@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/husky_beta/husky:Baklava/BP22.250124.010/13116449:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
What type of Android issue is this?
Battery / Charging
When did this happen?
Mar 2, 2025 GMT-05:00
What steps would let us observe this issue?
1. Place the phone on charge.
2. Charges to 20% normally or quickly.
3. Then charges to 80% very slowly.
What did you expect to happen?
To charge normally and quickly
What actually happened?
Charge very slow
How often has this happened?
Frequently
What was the effect of this issue on your device usage, such as lost time or work?
Moderate
Additional comments
It's very annoying when I'm in a rush, especially when I want a little bit of power in the phone quickly it would take forever to charge.
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 694313733 (133.0.6943.137)
System App (Updated)
Network operator: FLOW
SIM operator: Cable & Wireless
Filed by Android Beta Feedback. Version (Updated): 2.46-betterbug.external_20241023_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
Triggered by another app via Android Beta Feedback deeplink api.