Fixed
Status Update
Comments
br...@google.com <br...@google.com>
[Deleted User] <[Deleted User]> #3
Hi
Android Studio Meerkat | 2024.3.1
Pixel 9 Pro XL
Android 16.0("Baklava") | x86_64
Api: 36
======================================================================
-- AppData\Local\Android\Sdk\skins\pixel_9_pro_xl\layout
parts {
device {
display {
width 1344
height 2992
x 0
y 0
corner_radius 0 <--------------- no effect
}
}
portrait {
background {
image back.webp
}
foreground {
mask mask.webp
cutout 0 <------------------------ Deleting or changing it has no effect
}
}
}
layouts {
portrait {
width 1466
height 3101
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 57
y 56
}
}
}
-- No Effect
==========================================================
The same problem occurred when using different APIs on different devices.
But after deleting all
AppData\Roaming\Google\AndroidStudio...
directories and restarting, it seems to have been resolved.
Best regards
Android Studio Meerkat | 2024.3.1
Pixel 9 Pro XL
Android 16.0("Baklava") | x86_64
Api: 36
======================================================================
-- AppData\Local\Android\Sdk\skins\pixel_9_pro_xl\layout
parts {
device {
display {
width 1344
height 2992
x 0
y 0
corner_radius 0 <--------------- no effect
}
}
portrait {
background {
image back.webp
}
foreground {
mask mask.webp
cutout 0 <------------------------ Deleting or changing it has no effect
}
}
}
layouts {
portrait {
width 1466
height 3101
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 57
y 56
}
}
}
-- No Effect
==========================================================
The same problem occurred when using different APIs on different devices.
But after deleting all
AppData\Roaming\Google\AndroidStudio...
directories and restarting, it seems to have been resolved.
Best regards
[Deleted User] <[Deleted User]> #4
Cutout hole appears again. I attatch a screenshot.
br...@google.com <br...@google.com> #5
Do you guys have a reduced repro program we can use? Or is this a report you are only seeing in production?
As an aside, how are you handling reports from the OS that you need to reduce memory usage?
As an aside, how are you handling reports from the OS that you need to reduce memory usage?
[Deleted User] <[Deleted User]> #6
I only experienced this issue on production versions. I could not reproduce the issue myself. I tried to run the app for a longer period of time loading lots of different areas in a high zoom level but had no luck so far :/.
Concerning the memory warnings: There is not very much we could do when a memory warning happens because there barely are any caches we could purge in that case. By far the most memory is used by the Google Maps SDK for caching map tiles.
Concerning the memory warnings: There is not very much we could do when a memory warning happens because there barely are any caches we could purge in that case. By far the most memory is used by the Google Maps SDK for caching map tiles.
[Deleted User] <[Deleted User]> #7
This happens to me very sporadically. However it happens when the map is trying to load for the first time or when I'm quickly going back and forth between screens in my app (one of the screens has a map and one doesn't).
I do have a fair amount of custom markers which I am plotting on a map. (Anything from 10 markers to over 100 markers - depending on the user account).
I do have a fair amount of custom markers which I am plotting on a map. (Anything from 10 markers to over 100 markers - depending on the user account).
Description
I keep getting this error :
`gmscore::base::MutexLock::MutexLock(gmscore::base::Mutex*) + 2539508`
i think the crash related to memory leak!.
i don't know when it happens.
any idea?
Operating system version:iOS 8
Google Maps SDK for iOS version:10.0.1
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************