sdk: add TILE_LOCATION_DETAIL logging const

Change-Id: I036b2e332ba0b03e50d323daf395bb13d160656d
Signed-off-by: Joey <joey@lineageos.org>
This commit is contained in:
Joey
2018-02-13 17:41:52 +01:00
parent 681bd06b36
commit becaa68f53

View File

@@ -68,4 +68,5 @@ public class LineageMetricsLogger extends MetricsLogger {
public static final int TILE_CAFFEINE = BASE + 41;
public static final int WEATHER_SETTINGS = BASE + 42;
public static final int TILE_THEMES = BASE + 43;
public static final int TILE_LOCATION_DETAIL = BASE + 44;
}