File tree Expand file tree Collapse file tree
maps-sdk/src/main/java/com/mapbox/maps/renderer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ package com.mapbox.maps.renderer
22
33import android.graphics.Bitmap
44import android.graphics.Matrix
5- import android.util.Log
65import androidx.annotation.AnyThread
76import androidx.annotation.MainThread
87import androidx.annotation.UiThread
98import androidx.annotation.VisibleForTesting
109import com.mapbox.common.Cancelable
11- import com.mapbox.common.MapboxTracing
1210import com.mapbox.maps.DelegatingMapClient
1311import com.mapbox.maps.Map
1412import com.mapbox.maps.MapView.OnSnapshotReady
@@ -75,9 +73,7 @@ internal abstract class MapboxRenderer(
7573
7674 @AnyThread
7775 override fun scheduleRepaint () {
78- MapboxTracing .traceSync(" scheduleRepaint" ) {
79- renderThread.queueRenderEvent(repaintRenderEvent)
80- }
76+ renderThread.queueRenderEvent(repaintRenderEvent)
8177 }
8278
8379 @AnyThread
You can’t perform that action at this time.
0 commit comments