Skip to content

Instantly share code, notes, and snippets.

View abohomol's full-sized avatar

Anton Bohomol abohomol

  • San Francisco Bay Area
View GitHub Profile
@abohomol
abohomol / Kaa
Created February 15, 2018 13:52
import android.content.Context
import org.kaaproject.kaa.client.AndroidKaaPlatformContext
import org.kaaproject.kaa.client.BaseKaaClient
import org.kaaproject.kaa.client.logging.memory.MemLogStorage
import org.kaaproject.kaa.client.logging.strategies.RecordCountLogUploadStrategy
/*
* Implementation of In-Memory log storage with enlarged allocated space.
*/
class LargeMemLogStorage : MemLogStorage(MAX_STORAGE_SIZE_BYTES, MAX_BUCKET_SIZE_BYTES, MAX_BUCKET_RECORD_COUNT) {