Results 18 comments of Matt B

MSI proposed fix to resolve issue #185 on Pixel and AOSP devices.

Tested with "stream elevation data" preference turned off with negative results, hypothesis was incorrect. Lag seems to be directly proportional to number of breadcrumbs rendered. In order to keep the...

No it's inconsistent and usually goes away the second time the app is launched.

We saw a new one of these recently, the backtrace below happened during map component loading at startup, the application froze and eventually ANRed. The reproduceability rate is fairly low...

Another symptom of the application going to black screen and ANRing is we sometimes see SurfaceFlinger buffer reject errors in the logs. Any idea why the height of the surface...

This is the ANR on startup on my cheap $100 tablet from Best Buy. Happens 100% of the time after I launch ATAK. ![atak anr on startup](https://user-images.githubusercontent.com/84031230/165554988-61a6a003-a341-4130-b02e-bc4551862a78.png)

Adding a couple of other tombstones seen recently using 4.5.1.13. Tombstone 1: The tester said they turned on night mode before launching ATAK. One time occurrence. From the backtrace the...

Here's an interesting one. One of our testers reported seeing an ANR at launch, in the backtrace it shows the main thread and GL thread are deadlocked waiting on each...

Here is another one where the symptom was more severe than a black spot on the map, in this case the app ANRed after a tile load took 10 seconds....

Just a heads up - we made a few changes to offload processing from the main thread to background threads. It does not completely address black map tile issues but...