Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com>
ba...@google.com <ba...@google.com> #2
Indeed, this would be quite useful - especially when we need to export the certificates to external systems like an NGINX box.
ra...@google.com <ra...@google.com>
an...@gmail.com <an...@gmail.com> #3
This would be useful when one wishes to have a Google managed certificate to load into Istio Ingress.
I'm assuming if this feature is implemented, we will get access to download the private key for any Google managed certificate that was generated with the:
gcloud compute ssl-certificates create
command as well.
I'm assuming if this feature is implemented, we will get access to download the private key for any Google managed certificate that was generated with the:
gcloud compute ssl-certificates create
command as well.
su...@google.com <su...@google.com> #4
This would be a useful feature to add
Description
I have created a small app that highlights the problem:
The bug appeared since Android 12, and the behavior was correct before this version.
A video has been created, the webm and logs are on the drive:
Interesting log :
2022-02-10 14:47:06.285 1454-5912/com.google.android.providers.media.module W/ExifInterface: Invalid image: ExifInterface got an unsupported image format file(ExifInterface supports JPEG and some RAW image formats only) or a corrupted JPEG file to ExifInterface.
java.io.EOFException
at android.media.ExifInterface$ByteOrderedDataInputStream.readShort(ExifInterface.java:4995)
at android.media.ExifInterface.readByteOrder(ExifInterface.java:3977)
at android.media.ExifInterface.parseTiffHeaders(ExifInterface.java:3997)
at android.media.ExifInterface.getRawAttributes(ExifInterface.java:2963)
at android.media.ExifInterface.loadAttributes(ExifInterface.java:2024)
at android.media.ExifInterface.<init>(ExifInterface.java:1641)
at android.media.ExifInterface.<init>(ExifInterface.java:1592)
at com.android.providers.media.scan.ModernMediaScanner.scanItemImage(ModernMediaScanner.java:1367)
at com.android.providers.media.scan.ModernMediaScanner.scanItem(ModernMediaScanner.java:1003)
at com.android.providers.media.scan.ModernMediaScanner.access$1200(ModernMediaScanner.java:146)
at com.android.providers.media.scan.ModernMediaScanner$Scan.visitFile(ModernMediaScanner.java:801)
at com.android.providers.media.scan.ModernMediaScanner$Scan.visitFile(ModernMediaScanner.java:320)
at java.nio.file.Files.walkFileTree(Files.java:2670)
at java.nio.file.Files.walkFileTree(Files.java:2742)
at com.android.providers.media.scan.ModernMediaScanner$Scan.walkFileTree(ModernMediaScanner.java:439)
at com.android.providers.media.scan.ModernMediaScanner$Scan.runInternal(ModernMediaScanner.java:402)
at com.android.providers.media.scan.ModernMediaScanner$Scan.run(ModernMediaScanner.java:391)
at com.android.providers.media.scan.ModernMediaScanner.scanFile(ModernMediaScanner.java:263)
at com.android.providers.media.MediaProvider.scanFile(MediaProvider.java:1273)
at com.android.providers.media.MediaProvider.scanFile(MediaProvider.java:1269)
at com.android.providers.media.MediaProvider.callInternal(MediaProvider.java:5534)
at com.android.providers.media.MediaProvider.call(MediaProvider.java:5484)
at android.content.ContentProvider.call(ContentProvider.java:2464)
at android.content.ContentProvider$Transport.call(ContentProvider.java:512)
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:295)
at android.os.Binder.execTransactInternal(Binder.java:1179)
at android.os.Binder.execTransact(Binder.java:1143)
Previous issue from