Skip to content
Snippets Groups Projects
Commit 9fb6d14c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[SB][Wifi] Remove activity logs from table log." into main

parents 3c0dea48 ac15bb87
No related branches found
No related tags found
No related merge requests found
......@@ -322,11 +322,6 @@ constructor(
wifiManager.registerTrafficStateCallback(mainExecutor, callback)
awaitClose { wifiManager.unregisterTrafficStateCallback(callback) }
}
.logDiffsForTable(
tableLogger,
columnPrefix = ACTIVITY_PREFIX,
initialValue = ACTIVITY_DEFAULT,
)
.stateIn(
scope,
started = SharingStarted.WhileSubscribed(),
......@@ -441,7 +436,6 @@ constructor(
private const val WIFI_STATE_DEFAULT = WifiManager.WIFI_STATE_DISABLED
private const val ACTIVITY_PREFIX = "wifiActivity"
val ACTIVITY_DEFAULT = DataActivityModel(hasActivityIn = false, hasActivityOut = false)
private const val TAG = "WifiTrackerLibInputLog"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment